Textile justified or centered header not parsed #2674
kpym
commented
kpym
referenced
this issue
in osener/markup.rocks
Open
Textile justified or centered header not parsed #14
It would not be hard to make pandoc add a style attribute in this case, but this would only affect HTML output; you wouldn't get proper behavior in e.g. PDF output. Still, this would be better than emitting a =
character!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In textile we can center à header with
that should produce the following HTML
but pandoc transpile it to
In a similar way we can justify (
h1<>.
) and right align (h1>.
).