lark-parser / lark

Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.
MIT License
4.75k stars 401 forks source link

Grammar Composition docs incorrectly rendered #1287

Closed wermos closed 1 year ago

wermos commented 1 year ago

Describe the bug

In the Grammar Composition section of the Lark Examples, the text and subsections and everything looks like it didn't get rendered correctly. Here is a screenshot:

image

To Reproduce

Not applicable.

erezsh commented 1 year ago

Thanks for letting us know.

I fixed some of the issues. It's still not perfect, but I'm not sure how to fix the rest.

wermos commented 1 year ago

Thanks for the quick work! It looks a lot better now 😁

erezsh commented 1 year ago

There are still some CSS issues but I think it's probably good enough. If anyone wants to PR a fix for those, they are welcome to :)