Skip to content

Commit ac17b63

Browse files
committed
Fix closing of footnote reference tags
1 parent 8f9e59c commit ac17b63

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/markd/renderers/html_renderer.cr

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ module Markd
297297
})
298298
# GFM spec says to output the number of the footnote
299299
output node.data["number"].to_s
300-
else
301300
tag("a", end_tag: true)
302301
tag("sup", end_tag: true)
303302
end
@@ -317,7 +316,6 @@ module Markd
317316
tag("ol")
318317
end
319318
newline
320-
pp! node.data
321319
tag("li", {
322320
id: "fn-foobar",
323321
})

0 commit comments

Comments
 (0)