KevinGrandon / ghostjs

ghostjs provides modern UI testing with async functions
MIT License
136 stars 15 forks source link

Separate markdown blocks ignote footnotes #174

Open cezartiv opened 5 years ago

cezartiv commented 5 years ago

If markdown blocks have a footnote reference and footnote declaration in separate blocks, the editor doesn't link them as intended. It ignores the declaration and shows the reference as text.

Steps two reproduce: 1) Create 2 markdown blocks. 2) Top block has footnote reference: [^1] 3) Bottom block has footnote declaration: [^1]: This is the footnote.