We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>.).
h1<>.
h1>.
The text was updated successfully, but these errors were encountered:
Sorry this is a Pandoc issue. I came to report it here
Sorry, something went wrong.
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.
It looks like alignment attributes bug is solved now in pandoc.
No branches or pull requests
In textile we can center à header with
that should produce the following HTML
but markup.rocks transpile it to
In a similar way we can justify (
h1<>.
) and right align (h1>.
).The text was updated successfully, but these errors were encountered: