doctrine / doctrine-website

Source code for the doctrine-project.org website and documentation.
https://www.doctrine-project.org
MIT License
31 stars 63 forks source link

Bullet lists are not rendered correctly #71

Closed malarzm closed 6 years ago

malarzm commented 6 years ago

https://www.doctrine-project.org/projects/doctrine-mongodb-odm/en/1.2/reference/annotations-reference.html#title.1.47

vs

http://doctrine-orm.readthedocs.io/projects/doctrine-mongodb-odm/en/1.2.x/reference/annotations-reference.html#referencemany

jwage commented 6 years ago

Something about the RST syntax is causing this.

malarzm commented 6 years ago

Seems like parser is not supporting:

-
    list item

correctly, I guess easiest will be to change our docs to supported format.

jwage commented 6 years ago

I might be able to add to our preprocessor to fix the syntax automatically so both will work. We probably have other instances like this.

jwage commented 6 years ago

I fixed this in the https://github.com/doctrine/rst fork.