Benct Philip Jonsson
Benct Philip Jonsson
> Speaking with my editor hat on multiline captions is bad practice (...). Sorry about the confusion! I meant to write "multi-paragraph" rather than "multiline". A most unfortunate misediting because...
I realize that it is intentional, but I still think the docs should explain it explicitly. I have taken to always using the explicit `@\method @.other` syntax since I think...
I think that it is probably wisest to leave the handling of empty links to renderers/filters since applications may differ as to what is the most sensible use for them:...
My immediate thought when I saw this was "hey, djot isn't meant to be HTML-centric!" IOW I think the *parser* should probably produce heading nodes at any level since someone's...
Pandoc last time I looked didn't allow alphabetic markers after *z*, so no *aa, ab, ac, ...*. I've never actually run into it but I think it should be possible...
@jgm I was mistaken that the highest number expressible in ASCII letters be 4999. If you use the subtractive model for 4, 9, 14, 19… which most modern algorithms do...
Well various asterisk based things were used in printed books long before typewriters, including three asterisks with space between them, albeit usually a wider space.
@uvtc Since in djot even thematic breaks can take attributes you could easily use something like `***`{.asters} and then have the renderer, a filter or a post-processor replace it with...
@lcnhb What do you want which you can't get with possibly nested spans and divs and filters? I agree that it would be nice if there were list-like containers so...
I have written a simple Pandoc filter which replaces codepoint escapes like `:0x14b:`, `:331:` in strings with characters. Gotcha: a literal colon (:) next to a digit must be escaped...