mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
This makes three changes to backlinks: - Inserts a space before `<a href='…'>↩</a>` to make it look better - Uses hexadecimal references (`&#x…;`) instead of decimal references for clarity - Adds U+FE0E VARIATION SELECTOR 15 to the ↩ to suppress emojification on both iOS and Edge on Windows If variation selector 15 isn't appended to the ↩, then the return arrow will show up as an emoji on iOS and Edge for Windows. The Pandoc project has already run into this quirk as documented on https://github.com/jgm/pandoc/issues/5469 and they've pushed a change for their Markdown processor already. |
||
|---|---|---|
| .. | ||
| _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 | ||