Add md-footnote
This commit is contained in:
14
crates/lib/md-footnote/tests/fixtures/4.md
vendored
Normal file
14
crates/lib/md-footnote/tests/fixtures/4.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
Their labels could not contain spaces or newlines
|
||||
|
||||
......
|
||||
|
||||
[^ foo]: bar baz
|
||||
|
||||
[^foo
|
||||
]: bar baz
|
||||
|
||||
......
|
||||
|
||||
<p data-sourcepos="1:1-1:16">[^ foo]: bar baz</p>
|
||||
<p data-sourcepos="3:1-4:10">[^foo
|
||||
]: bar baz</p>
|
||||
Reference in New Issue
Block a user