From 7922e2a940f91b587c70dfb3d41e0048bc93a19e Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Tue, 1 Nov 2016 20:31:16 +0300 Subject: Fix for GH #97 : Preserve language name of fenced code block for highlight --- core/testdata/format/codeBlock.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 core/testdata/format/codeBlock.html (limited to 'core/testdata/format/codeBlock.html') diff --git a/core/testdata/format/codeBlock.html b/core/testdata/format/codeBlock.html new file mode 100644 index 00000000..b3b65dba --- /dev/null +++ b/core/testdata/format/codeBlock.html @@ -0,0 +1,20 @@ + + + + + +test / Throws
+
+

Throws

+class Throws +

This annotation indicates what exceptions should be declared by a function when compiled to a JVM method.

+

Example:

+
Throws(IOException::class)
+fun readFile(name: String): String {...}
test / ItDoesSomeObfuscatedThing
+
+

ItDoesSomeObfuscatedThing

+class ItDoesSomeObfuscatedThing +

Check output of

+
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
+ + -- cgit