mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
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. |
||
|---|---|---|
| .. | ||
| _test | ||
| ast | ||
| definition_list.go | ||
| definition_list_test.go | ||
| footnote.go | ||
| footnote_test.go | ||
| gfm.go | ||
| linkify.go | ||
| linkify_test.go | ||
| strikethrough.go | ||
| strikethrough_test.go | ||
| table.go | ||
| table_test.go | ||
| tasklist.go | ||
| tasklist_test.go | ||
| typographer.go | ||
| typographer_test.go | ||