php-markdown icon indicating copy to clipboard operation
php-markdown copied to clipboard

Abbreviation followed by newline doesn't work

Open michelf opened this issue 6 years ago • 1 comments

This should produce an <abbr> tag in Markdown Extra:

abbr  
next line

*[abbr]: Abbreviation

Edit/Clarification: there is a two-space newline that transforms into a <br> at the end of the first line.

michelf avatar Apr 01 '19 03:04 michelf

Another similar case where abbreviations don't work.

W3C[^hey]

*[W3C]: World Wide Web Consortium

[^hey]: footnote trumps abbreviation

michelf avatar Apr 01 '19 19:04 michelf