goldmark/extension
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
..
_test feat: Support named footnote reference links 2020-12-27 11:26:24 -08:00
ast feat: Support named footnote reference links 2020-12-27 11:26:24 -08:00
definition_list.go Closes #33 : Now NodeRenderers render attributes 2019-12-08 18:53:01 +09:00
definition_list_test.go Add case=x,x.. aruguments for tests 2020-07-02 15:28:33 +09:00
footnote.go feat: Support named footnote reference links 2020-12-27 11:26:24 -08:00
footnote_test.go Closes #161 2020-12-13 23:11:07 +09:00
gfm.go Add extension tests, Fix bugs in extensions 2019-05-16 19:46:36 +09:00
linkify.go Support URLs with port in Linkify 2020-09-19 14:48:35 +01:00
linkify_test.go Add case=x,x.. aruguments for tests 2020-07-02 15:28:33 +09:00
strikethrough.go Closes #33 : Now NodeRenderers render attributes 2019-12-08 18:53:01 +09:00
strikethrough_test.go Add case=x,x.. aruguments for tests 2020-07-02 15:28:33 +09:00
table.go Fixes #164, Fixes #167 2020-12-26 17:56:42 +09:00
table_test.go Fixes #78 2020-07-21 19:32:52 +09:00
tasklist.go Insert space after task-list checkboxes 2020-03-07 21:14:45 -05:00
tasklist_test.go Add case=x,x.. aruguments for tests 2020-07-02 15:28:33 +09:00
typographer.go Fixes #141 2020-07-02 15:44:34 +09:00
typographer_test.go Add case=x,x.. aruguments for tests 2020-07-02 15:28:33 +09:00