Benct Philip Jonsson
Benct Philip Jonsson
See https://github.com/jgm/djot/discussions/94#discussioncomment-4138785
> The number case is a good one -- unlike filenames and identifiers, that's probably not something you'd put in verbatim backticks. (In what contexts are numbers written this way?)...
Four years later and it has come to the point that I *really* need either this or a way to tell the dumper to honor overloaded hash/array dereferencing. I have...
3. `.class` is the CSS syntax, and it makes sense to follow it. 4. The value is actually not always required in HTML — there is an implied `="true"` (unlike...
Den lör 29 apr. 2023 21:12Albert Krewinkel ***@***.***> skrev: > If you want triage/maintenance/ci help on the new org feel free to invite > and I'll pitch is as time...
See also #197 and #192 where I proposed another use for `::: tag`, namely to provide "hints" for the parser. I'm thus all for storing these "tags" specially in the...
I think it's safer to disallow underscores at the start of keys, as it removes any ambiguity. I have a feeling that this will be a recurrent issue otherwise. Does...
There is some difficulty in that Lua can't match chars above U+007F as classes. You will have to either match *any* character and look it up in a list, or...
Without speculating on how likely it is that there will be a dedicated syntax for ruby, while there isn't you could use something with classes and then use a filter...
> Note that the Markdoc-ish syntax doesn’t require changing the parser – it could be implemented via a filter: It’s a div block around lists that are separated by thematic...