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'd like to have support for those with mistletoe.
However I'm wondering how to do detect the block start, given that the : prefix occurs only on the seconde line,
and BlockTokenstart() method only accepts a single text line.
Hi
I'd like to write a custom token & renderer for definition lists.
A common Markdown extension is to be create definition lists like this:
Inspirational specs:
I'd like to have support for those with
mistletoe.However I'm wondering how to do detect the block start, given that the
:prefix occurs only on the seconde line,and
BlockTokenstart()method only accepts a single text line.Would you have guidance regarding this, please? 🙂