From f3bed4012efe860f02dfdb7c73c0a7fe2d6bcbfa Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 12 Feb 2015 17:29:04 +0100 Subject: process bracket tokens in markdown --- test/data/format/bracket.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/data/format/bracket.html (limited to 'test/data/format/bracket.html') diff --git a/test/data/format/bracket.html b/test/data/format/bracket.html new file mode 100644 index 00000000..24a7aec2 --- /dev/null +++ b/test/data/format/bracket.html @@ -0,0 +1,14 @@ + + +test / foo + + +test /  / foo
+
+

foo

+fun foo(): Unit
+

bar[]

+
+
+ + -- cgit