From 9276a14c41e95e5ca17c648fe71c162f35551057 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Wed, 11 May 2022 18:09:16 +0300 Subject: Add `id` attributes to headings based on value. --- resources/test/core_result.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resources') diff --git a/resources/test/core_result.html b/resources/test/core_result.html index 54273e0..01f91aa 100644 --- a/resources/test/core_result.html +++ b/resources/test/core_result.html @@ -48,7 +48,7 @@ function markdownToHTML(markdown) {

This is bold italic text and this is also. What about italic text that has bold text?

-

Hi there, world!

+

Hi there, world!

@@ -59,14 +59,14 @@ function markdownToHTML(markdown) {
code goes here.
 # This is a heading.
-

This is a H1 heading with settext

+

This is a H1 heading with settext

-

And this is a H2 heading with settext

+

And this is a H2 heading with settext

Testing paragraph right before a code block

code goes here
-

Heading goes here

+

Heading goes here

Paragraph right after heading

\ No newline at end of file -- cgit v1.2.3