mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Named footnotes (`[^foo]` instead of `[^42]`) use the name in HTML node identifiers. This allows for stable references. Cool URLs don't change. Fixes #92 |
||
|---|---|---|
| .. | ||
| _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 | ||