You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: