ozanmakes / markup.rocks

Pandoc based document editor and converter in your browser.
http://markup.rocks
MIT License
382 stars 22 forks source link

Textile parser ignore paragraphs with classes #15

Closed kpym closed 8 years ago

kpym commented 8 years ago

The following code

p(bingo). Test

should produce the following HTML

<p class="bingo">Test</p>

but markup.rocks ignore the class and produce

<p>Test</p>

The same for paragraphs with id like p(#bingo)..

kpym commented 8 years ago

Sorry this is a Pandoc issue. I came to report it here