From 89a36e0eed4a31856cca0cedb9b67ce79cee5100 Mon Sep 17 00:00:00 2001 From: Ingo Kegel Date: Mon, 4 Jan 2016 13:36:54 +0100 Subject: Embedded underscores in words like word_with_underscores or single embedded stars like embedded*star were removed in the output. --- core/testdata/format/uninterpretedEmphasisCharacters.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 core/testdata/format/uninterpretedEmphasisCharacters.html (limited to 'core/testdata/format/uninterpretedEmphasisCharacters.html') diff --git a/core/testdata/format/uninterpretedEmphasisCharacters.html b/core/testdata/format/uninterpretedEmphasisCharacters.html new file mode 100644 index 00000000..9afd88d9 --- /dev/null +++ b/core/testdata/format/uninterpretedEmphasisCharacters.html @@ -0,0 +1,15 @@ + + +test / foo + + +test / foo
+
+

foo

+fun foo(): Unit
+

This is emphasized text but text_with_underscores has to preserve the underscores. +Single stars embedded in a word like Embedded*Star have to be preserved as well.

+
+
+ + -- cgit