goldmark/extension/_test
Brad Erickson 743f08bde8 feat: Support named footnote reference links
Uses the provided name for a PHP Markdown Extra Footnote reference when it is
not an incorrectly ordered number value, such as: [^named]. The reference names
were previously ignored and replaced with ordered index integers. According to:
https://michelf.ca/projects/php-markdown/extra/#footnotes

> Names can contain any character valid within an id attribute in HTML.
2020-12-27 11:26:24 -08:00
..
definition_list.txt Add extension tests, Fix bugs in extensions 2019-05-16 19:46:36 +09:00
footnote.txt feat: Support named footnote reference links 2020-12-27 11:26:24 -08:00
linkify.txt Support URLs with port in Linkify 2020-09-19 14:48:35 +01:00
strikethrough.txt Add extension tests, Fix bugs in extensions 2019-05-16 19:46:36 +09:00
table.txt Fixes #164, Fixes #167 2020-12-26 17:56:42 +09:00
tasklist.txt Insert space after task-list checkboxes 2020-03-07 21:14:45 -05:00
typographer.txt Improve typographer 2020-06-04 15:26:24 +09:00