-
-
Notifications
You must be signed in to change notification settings - Fork 278
Closed
Labels
Description
I'm using kramdown as the default markdown engine in jekyll. Normally it renders entities correctly, even obscure ones like the capital Greek digamma (Ϝ which in some fonts looks vaguely like a Roman capital F). However, when the Ϝ is part of a link, it does not.
Example input: spirit of ϜΤΦ
HTML output: spirit of ϜΤΦ
Note here that it has output the Τ and Φ entities as characters, but has escaped the ampersand in Ϝ causing it not to render.
Live example on the web here, near the bottom of the page.
Is jekyll perhaps using an older version by default?