yoshikin / grav-plugin-markdown-fontawesome

Grav plugin for displaying Font Awesome icons using :emoji: syntax
MIT License
6 stars 6 forks source link

why does it need markdown-extra to be disabled #2

Open aoloe opened 5 years ago

aoloe commented 5 years ago

... is it something at the roots of the plugin... or it might be possible to solve this issue?

N-Parsons commented 5 years ago

Note: The plugin repo has now been moved to N-Parsons/grav-plugin-markdown-fontawesome (see getgrav/grav#2544).

This issue has now been documented. The conflict is with the definition list syntax used in Markdown Extra, in which lines start with a colon. The effect is that Font Awesome icons are broken when they are not preceded by at least one non-whitespace character. If you have any ideas of how to resolve this, feel free to submit a PR at the new repo.