Benct Philip Jonsson

Results 123 comments of Benct Philip Jonsson

What about `````` !!!label ![alt text](path/to/image.png) ![other alt text](path/to/other.png) :: Short caption on one line Long caption which may have multiple lines/paragraphs. !!! `````` And if you need a grid...

The point of using the exclamation point is that it is already used to differentiate inline images from links.

I needed a way to load configuration into my Pandoc filters without needing to "revert" Pandoc metadata trees to "plain" data. I couldn't use an existing YAML parser and soon...

@jgm wrote: > reStructuredText does something interesting here. They re-use definition list syntax; Nice! > when a definition list occurs right after the document title, it is interpreted as metadata...

It would only be "line noise" to those unfamiliar with the syntax, just as with Perl. Otherwise why not just use TeX or HTML/XML rather than light markup? FWIW my...

Having had to parse the CriticMarkup syntax with regex I agree with @jgm.

I agree that `[[page]]` seems inconsistent with djot principles and that `[page]()` or something like `[description](:page)`could be used. However different wikis will normalize whitespace/punctuation/case differently, so that would have to...

No double delimiters

@jgm I don't like the "table" keyword since it's natural language specific. I'd rather use a specific delimiter like `===`. Also alignments could be shown symbolically with punctuation `````` ===...

@jgm what's wrong with `{|underline|}`? Its a vertical line but at least a line! The idea with `{!strikeout!}` is that strikeout "cancels" text and `!` means negation in many programming...