This is very interesting, especially the way curlies are used to make opening/closing delimiters explicit and to extend the inventory of possible delimiters. If I may I would like to suggest adding {|underline|}, {!strikeout!} and {.small caps.}.[^1] Small caps are somewhat frequent in linguistics (mainly for grammatical tags in interlinear glosses) so their absence is a problem for me, albeit a problem which can be worked around with a span with a class. I actually like the four space rule, but I guess nothing stops me from just always make sure that a list marker is followed by at least three space characters. Hopefully this will be easier to live with with indented code blocks gone! [^1]: Incidentally this is the same solution as I used in the home grown lightweight markup which I used before I discovered Pandoc, except there the curlies were always mandatory. I used a Perl hash mapping punctuation characters to LaTeX command names and a simple regex substitution `s/\{([[:punct:]])|[[:punct:]]\}/$1 ? "\\$command{$1}\{" : "}"/eg` except that `[:punct:]` was the list of actually used characters. Those were the days! FWIW I differentiated between {_emph_} for emphasis and {/textit/} for object language. Den tors 14 juli 2022 23:58John MacFarlane skrev: > I've been designing a new light markup syntax, based on the ideas in my > essay "Beyond Markdown" (https://johnmacfarlane.net/beyond-markdown.html). > I thought readers of this list might be interested. The language and its > rationale are described here: https://github.com/jgm/djot > > The repository also contains a very fast parser written in pure Lua. A > pandoc custom reader and custom writer are also provided, so you can > convert your favorite formats to and from djot. > > The syntax is briefly described here: > https://djot.net/playground/syntax.html > > You can play with the implementation here: https://djot.net/playground/ > > John > > -- > You received this message because you are subscribed to the Google Groups > "pandoc-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msgid/pandoc-discuss/EF9566B8-7F8B-49BD-9FFB-B370750C73BF%40berkeley.edu > . > -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CADAJKhB74D6XrZ84mKL6zbeq%3DPSyKcekh6LQjENTqu9Gx_Mj%3Dw%40mail.gmail.com.