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. |
||
|---|---|---|
| .. | ||
| definition_list.txt | ||
| footnote.txt | ||
| linkify.txt | ||
| strikethrough.txt | ||
| table.txt | ||
| tasklist.txt | ||
| typographer.txt | ||