John MacFarlane
John MacFarlane
Have you tried the form ``?
I guess that according to https://spec.commonmark.org/0.31.2/#open-tag `` falls under the definition of an "open tag" and would be treated the same as ``. Perhaps you are right that the spec...
Could someone point me to documentation for custom elements? I'm not familiar. For example, something substantiating the claim that they are invariably block-level and invariably contain `-`? If that's right,...
You can examine tokenization easily using the command-line tool. ``` % skylighting --syntax haskell --format native \x -> x [ [ ( NormalTok , "\\x " ) , ( OtherTok...