diff options
Diffstat (limited to 'resources/test/core_result.html')
| -rw-r--r-- | resources/test/core_result.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/test/core_result.html b/resources/test/core_result.html index 59ca907..aaad44a 100644 --- a/resources/test/core_result.html +++ b/resources/test/core_result.html @@ -44,6 +44,8 @@ function markdownToHTML(markdown) { return parsedBlocks.join(""); }</code></pre> +<ul><li>Test 123</li><li>Test 223<ul><li>Test 334<ol><li>Test test</li></ol></li></ul></li></ul> + <p>This is <em><strong>bold italic text</strong></em> and <em><strong>this is also</strong></em>. <em>What about italic text that <strong>has bold text</strong></em>?</p> <h2>Hi there, world!</h2> |
