-
-
Notifications
You must be signed in to change notification settings - Fork 278
Closed
Labels
Description
Kramdown uses “↩” (U+21A9) to link from footnotes back to the main text. Under OS X 10.10.3 and iOS 8.3, though, this character appears in Emoji form (↩️, if your browser supports it). Like John Gruber, I’d like to replace the bare U+21A9 with the two-character sequence U+21A9 U+FE0E, which will force it to render in “text style”. (That’s what I did in the the first sentence of this paragraph.)
Would it be possible to add a configuration option so that kramdown uses ↩︎ as its footnote backlink “character”? Alternately, it might make sense just to make this sequence the default; I’d guess that more people prefer the old style symbol to the emoji symbol.
(This feature request is copied from this Stack Overflow question.)
Reactions are currently unavailable