Benct Philip Jonsson

Results 124 comments of Benct Philip Jonsson

Given the many uncertainties surrounding wikilinks, not least of which is what goes before and after the pipe[^1] perhaps some convention for interpreting a regular link would be better. Assuming...

I like the idea about using attribute syntax a lot, but less so the idea that it be a Lua table. Would that mean that Lua escapes are legal in...

Having thought more about #44 I now think that `{:text:}` and `{:number:}` should be syntaxes for emoji/charnames and character references, and since per #10 @jgm thinks that `{.dots.}` would be...

@waldyrious what do you mean about #13? I see nothing there which is relevant to this, or in the spirit of djot; djot specifically rejects doubled delimiter characters, IMO for...

I think it's — for better or worse — best to stick with backticks for verbatim blocks since that is what most Markdown implementations use, to avoid confusion. Given that...

Intuitively I would want an `and`/`or` operator to be the first thing on the new line rather than the last thing on the first line. That's how I've been writing...

Still not fixed it seems. Good old-fashioned comment-out bisection helps though.

Thanks for your input Apart from having to decide whether to eyeball through ~600 lines of code to insert dots in sundry places or to wrap some non-method functions adopted...

Den mån 1 juni 2020 00:33Martín Aguilar skrev: > A workaround could be destructuring assignment > : > > { foo: bar } = baz > > which compiles to:...

My two worthless coins: Preserve (start-of-line?) comments starting with three hyphens or even better with some character sequence which is a syntax error in both Lua and Moonscript like (I...