Titus
Titus
I was talking about the CM spec. If it is impossible to add a test there, then I do not recommend trying to add a test there. It is possible...
> GitHub also added [support for Mermaid diagrams](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/) somewhat recently. This illustrates the need for a CommonMark specification to guide further implementations. This point to me precisely illustrates that no...
> Currently, there isn't an official way to differentiate between something that should be rendered or something that should be displayed as text. I have to read through all of...
Yep, I also most like opt D. I do prefer that ` ```x ` *always* means show code instead of adding an `=`. And I do prefer `eval` instead of...
a) I don't think that is said in the spec, b) this place is literally about words, the first which is used, the rest currently dropped
> The eval tag or equivalent resolved this though, and I think that could work nicely. Perfect! :) > don't think this is likely to be much of a problem...
> de facto standard From the spec: > The first word of the info string is typically used to specify the language of the code sample, and > rendered in...
a) if you want those delimiters, you can also actually write them, instead of using the $ math syntax? b) It’s not difficult for you to do that? Or to...
> but the slashes require escaping, which makes it harder to compose/edit. Right, good point! > Currently I'm using replace_all on the output of to_html, which is indeed not difficult...
You can still write several lines of JavaScript code in a browser to find `code` elements, and change them, by changing `` to `\(\)`. Essentially what you are doing with...