Commit graph

5 commits

Author SHA1 Message Date
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
yuin
9e0189df27 Closes #161
- Implement footnote configurations defined in original markdown extra.
- Add OwnerDocument() method to ast.Node
- Add Meta() method to *ast.Document
2020-12-13 23:11:07 +09:00
yuin
171dbc66a8 Fixes #50 2019-12-05 13:39:55 +09:00
yuin
54fc7c3f18 Closes #40 2019-11-29 17:03:00 +09:00
yuin
e9b382fb0a Add footnote exteision 2019-05-04 19:21:33 +09:00