diff options
Diffstat (limited to 'resources/test/core_result.html')
| -rw-r--r-- | resources/test/core_result.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/resources/test/core_result.html b/resources/test/core_result.html index aaad44a..39e8562 100644 --- a/resources/test/core_result.html +++ b/resources/test/core_result.html @@ -58,4 +58,12 @@ function markdownToHTML(markdown) { <h1>This is a H1 heading with settext</h1> -<h2>And this is a H2 heading with settext</h2>
\ No newline at end of file +<h2>And this is a H2 heading with settext</h2> + +<p>Testing paragraph right before a code block</p> + +<pre><code>code goes here</code></pre> + +<h1>Heading goes here</h1> + +<p>Paragraph right after heading</p>
\ No newline at end of file |
