Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textile justified or centered header not parsed #14

Open
kpym opened this issue Jan 23, 2016 · 3 comments
Open

Textile justified or centered header not parsed #14

kpym opened this issue Jan 23, 2016 · 3 comments

Comments

@kpym
Copy link

kpym commented Jan 23, 2016

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
Copy link
Author

kpym commented Jan 23, 2016

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

@kpym kpym closed this as completed Jan 23, 2016
@ozanmakes
Copy link
Owner

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
Copy link
Author

kpym commented Jan 25, 2016

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

@ozanmakes ozanmakes reopened this Jan 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants