Skip to content

HTML entities in hyperlink text #710

@SomeWeekendReading

Description

@SomeWeekendReading

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?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions