cabo

Results 216 comments of cabo

ChatGPT says: (slightly corrected by me): CDATA stands for "character data" and is used in XML to enclose text that should be treated as raw character data, rather than markup....

> @Convincible No, this change is not yet included but looks good! Please add some test and then it is good to go - thanks! Where would such a test...

> Also, it seems the conversion wraps code elements (inside backticks) are wrapped with `` and not `` even with `-3` flag. Thus, the engine does not replace any `Accept-Event`...

You can work around the protection afforded by backticks by manually adding the `` and `` tags around the phrase, as in ``` Accept-Event ```

Please try 1.6.42 for the weird shift-around. I'll continue to look for ways to get code spans into autolink/iref, but I'm not optimistic.

So you don't want the functionality of `autolink-iref-cleanup: true` at all? Set it to false then.

> What does `autolink-iref-cleanup` do? It essentially suppresses auto-irefs inside the section that is also auto-linked (the `#foo` section in your case). We considered it confusing for an occurrence inside...

> Interesting... you **really** ought to document that! Absolutely, and I'll keep this ticket open until that is done.

The abbrev feature of upstream kramdown does not mix well with entity references. If you actually type out the zwsp (or any other character), it works. Of course, with many...

Experimental feature: In 1.6.43, you can now use ``` *[=Events=]: #header-fields (((Events))) `Events` ``` Any text added to an abbrev definition beyond what is already allowed now becomes replacement text...