goldmark/extension/ast
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.go Add a definition list extension, some refactoring 2019-05-02 22:22:05 +09:00
footnote.go feat: Support named footnote reference links 2020-12-27 11:26:24 -08:00
strikethrough.go Performance optimizations 2019-05-01 20:32:41 +09:00
table.go Add extension tests, Fix bugs in extensions 2019-05-16 19:46:36 +09:00
tasklist.go documentation typo fixes 2020-02-14 22:03:49 -05:00