feat(deps): add parsedown and parsedown-extra
This commit is contained in:
11
vendor/erusev/parsedown-extra/test/data/footnote.md
vendored
Normal file
11
vendor/erusev/parsedown-extra/test/data/footnote.md
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
first [^1] second [^2].
|
||||
|
||||
[^1]: one
|
||||
[^2]: two
|
||||
|
||||
first [^a] second [^b].
|
||||
|
||||
[^a]: one
|
||||
[^b]: two
|
||||
|
||||
second time [^1]
|
||||
Reference in New Issue
Block a user