Benct Philip Jonsson

Results 173 comments of Benct Philip Jonsson

The thing is that it would be annoying to have to type `not-role\: [not role text]`. In most Markdown flavors you need to type `[not link text] \(not-url)` which is...

As long as there is no standard way to insert characters by reference (e.g. a symbol looking like a Unicode codepoint in `U+XXXX` format) this is not good. A `\`...

As I just commented in #13 I'm also thinking in terms of allowing doubled delimiters inside curly brackets. I think @jgm makes a good case for disallowing them *without* curly...

If you do this it might be a good idea to support capital X as well.

> there's at most one term/definition Is there now? So this works like the LaTeX itemize environment rather than like HTML definition lists or Pandoc/Markdown definition lists? Then maybe it...

I find this indispensable when writing/tuning JSON schemas: https://json-schema.org/understanding-json-schema/index.html Just make sure that you follow the specification which your tools understand. I believe Draft-7 should be safe in most cases.

True JSON Schema gets hairy pretty quickly if you want to be more specific, but such is the price for precision in any language: the more precise the more conditions....

Forgot to say I agree there should be a JSON schema because of its greater portability.

IMO the conversion to Pandoc AST should wrap non div/span elements with attributes in a div/span which holds the attributes, as I believe Pandoc does with commonmark\_x. @jgm would an...

The wrapping could be made optional.