Skip to content

Allow the footnote backlink glyph to be changed #247

@bdesham

Description

@bdesham

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.)

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions