mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Add Additional Font #207
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PatrickRyder on GitHub (May 15, 2018).
This project seems to be exactly what I have been searching for except for one thing: I need to be able to specify at least two fonts. This could be as simple as having one serif font and one sans serif. I have tried creating a stylesheet. This sort-of works, but I seem to lose all the other markdown support as soon as a I put my text in a
<span/>.I get the feeling I may be missing something simple. Does what I am describing sound like something that can be achieved?
If I can solve this problem, I'd happily donate to future development.
Kind wishes ~ Patrick
@xoofx commented on GitHub (May 15, 2018):
There is nothing in standard markdown that allows this. But you may be able to do workaround this with the extension custom containers in markdig.