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

41.4 fromatting breaks in code sample #10

Open
Termplexed opened this issue Feb 28, 2021 · 1 comment
Open

41.4 fromatting breaks in code sample #10

Termplexed opened this issue Feb 28, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@Termplexed
Copy link

Termplexed commented Feb 28, 2021

Nice work :), but a rendering issue.

Environment

  • Operating system: Linux 4.15.0-136-generic #140-Ubuntu x86_64 GNU/Linux

  • Browser name and version: FireFox 85.0.1 (64-bit)

Description

Article breaks a little below start of 41.4 the rest of page is not inside the section element of id=page.

This breaks the flow.

Link(s):

Screenshot:

Layout breaks after '\. in code sample. Due to $ perhaps:

        :if str =~ " "
        :  echo "str contains a space"
        :endif
        :if str !~ '\.$'
        :  echo "str does not end in a full stop"
        :endif

image

DOM. Everything after </section> is botched.

image

@Termplexed Termplexed added bug Something isn't working parser labels Feb 28, 2021
@cheap-glitch
Copy link
Owner

Nice catch, thanks! The parser has a long way to go before dealing with all the edge cases properly…

I've put this project on pause for now, hopefully I'll be able to come back to it in a few months. It could really benefit from a TS port and better separation of concerns.

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