Benct Philip Jonsson

Results 173 comments of Benct Philip Jonsson

> AsciiDoc has level offsets that are really great to use with include. This means the subdocument can start all over with ``. My Pandoc filter for inclusion can handle...

Yes, English words as markup in a document in another language is jarring, which is the main reason I don’t like TeX. Also remember that a word which has an...

Configurability is the way to go, always. I would much rather use `::: Varning` than `:::Warning`[^1] or even ⚠️ in a Swedish language document, but fundamentally I still think that...

@vassudanagunta read again my comments and the discussion linked from it. I am opposed to admonitions and similar presentational stuff as first class objects and instead propose a mechanism were...

@toastal I'm not in the least attached to blockquotes. Their special treatment is an historical holdover, not an example to emulate. Note that SOMETHING needn't be a word. I'd be...

The fact remains that you cannot support everyone's special purpose elements, whether you call it semantic or presentational, in core. If you don't think that admonitions are a special purpose:...

The backslash is your friend `\[sic\][^aaa]` although one or the other backslash may be enough.

Aha, yes I think `[^note]:` and `[ref]:` are separate namespaces or at least they should be.

In view of `{=format}` already being taken by raw content as mentioned in #77[^1] and `{:lang}` already being suggested in #5[^2] and `:emoji:` already being taken what about ``````djot :::>role...

@kaleb I think the idea is that classes and roles are semantically different and/or that you may not want role markup included as classes in rendered HTML. I can sympathize,...