CouscousPHP / Couscous

Couscous is good.
https://couscous.io
Other
839 stars 104 forks source link

RestructuredText support #64

Open chanmix51 opened 9 years ago

chanmix51 commented 9 years ago

Any chance to get restructuredText support ?

mnapoli commented 9 years ago

I am definitely +1 with the idea.

Currently everything related to markdown is in this namespace: Couscous\Step\Markdown. It would be easy to add the same stuff for rst.

Just for the reference, do you know good rst parsers in PHP?

stof commented 9 years ago

the only rST parser I know of in PHP is https://github.com/zetacomponents/Document

chanmix51 commented 9 years ago

There are also the EZ components.

stof commented 9 years ago

@chanmix51 this is the one I linked actually, except I linked to the code rather than the doc

hason commented 9 years ago

Another rST parser is https://github.com/Gregwar/RST.