Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List rendering bug in Buran 1.12 #37

Open
acidus99 opened this issue Mar 18, 2023 · 3 comments
Open

List rendering bug in Buran 1.12 #37

acidus99 opened this issue Mar 18, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@acidus99
Copy link

hello,

I noticed a render bug in Buran. Consider this Gemtext:

* hello I'm a list item!

*I'm a line* that starts with italics!

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

@Corewala
Copy link
Owner

Corewala commented Apr 4, 2023

Whyyy is the gemtext spec so inconsistent with spacing rules? Shouldn't be too hard to fix though.

@Corewala Corewala added the bug Something isn't working label Apr 4, 2023
@acidus99
Copy link
Author

acidus99 commented Apr 4, 2023

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.

@Corewala
Copy link
Owner

Corewala commented Apr 4, 2023

I guess? Still weird considering that gemini doesn't natively support inline emphasis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants