ozanmakes / markup.rocks

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

Textile justified or centered header not parsed #14

Open kpym opened 8 years ago

kpym commented 8 years ago

In textile we can center à header with

h1=. Test

that should produce the following HTML

<h1 style="text-align:center">Test</h1>

but markup.rocks transpile it to

<p>h1=. Test</p>

In a similar way we can justify (h1<>.) and right align (h1>.).

kpym commented 8 years ago

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

ozanmakes commented 8 years ago

Thanks for testing it with Pandoc. Feel free to ping me when this (or #15) gets resolved in upstream and I'll merge it in.

kpym commented 8 years ago

It looks like alignment attributes bug is solved now in pandoc.