@akkartik My favorite discovery was that the Lisp and parser #TXR could work almost perfectly within the #Gemtext file format.
I could then run the parser in on itself and then it could work.
In simplest form it would recognise
`@(output)`
Gemini page
`@(end)`
The only distinction would have to use a `@@` to represent a `@` in a block.
Not bad having a language and a web protocol cooperating with only one character repetition being the syntactical distinction - narrower than regex flavours.


