goldmark/extension
Nathan Galt 6f9629fb2b Improve display of footnote backlinks
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.
2019-12-03 19:34:16 -08:00
..
_test Improve display of footnote backlinks 2019-12-03 19:34:16 -08:00
ast Closes #40 2019-11-29 17:03:00 +09:00
definition_list.go Performance improvements, Add BlockParser.Trigger 2019-08-30 16:36:00 +09:00
definition_list_test.go Fix gofmt issues 2019-11-29 13:39:42 -06:00
footnote.go Improve display of footnote backlinks 2019-12-03 19:34:16 -08:00
footnote_test.go Fix gofmt issues 2019-11-29 13:39:42 -06:00
gfm.go Add extension tests, Fix bugs in extensions 2019-05-16 19:46:36 +09:00
linkify.go Fixes #49 2019-12-03 13:31:57 +09:00
linkify_test.go Closes #41 2019-11-30 03:33:46 +09:00
strikethrough.go Refactoring 2019-05-04 19:27:13 +09:00
strikethrough_test.go Fix gofmt issues 2019-11-29 13:39:42 -06:00
table.go Fix shadow declarations 2019-11-29 13:20:34 -06:00
table_test.go Fix gofmt issues 2019-11-29 13:39:42 -06:00
tasklist.go Refactoring 2019-05-04 19:27:13 +09:00
tasklist_test.go Fix gofmt issues 2019-11-29 13:39:42 -06:00
typographer.go Add String node 2019-05-30 16:07:04 +09:00
typographer_test.go Fix gofmt issues 2019-11-29 13:39:42 -06:00