Open acidus99 opened 1 year ago
Whyyy is the gemtext spec so inconsistent with spacing rules? Shouldn't be too hard to fix though.
yeah, its crazy. I documented some of the weirdness like this here:
gemini://gemi.dev/weird.gmi
I suspect list lines require a space (e.g. * foo
) so that lines that maybe have markdown like *this has emphasis* and this doesn't
won't be rendered as a list.
I guess? Still weird considering that gemini doesn't natively support inline emphasis.
hello,
I noticed a render bug in Buran. Consider this Gemtext:
Buran renders both of that as list items, but the Gemtext spec says list lines start with
*
(*
and a space) not just *`.Here is a test page:
gemini://gemi.dev/tests/bug1.gmi