-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
Description
Docbook has a way of specifying custom styles with the role attribute in the phrase element, but Pandoc does'nt parse them.
So Pandoc is able to generates custom styles in docx, odt, html... formats, but only from markdown or html <span> element
from the code of the docbook parser, I can imagine that it would take just one line or two to generate a Span element with custom-style attribute, but I'm not an Haskell developer...
I think this would also solve #1235.
garyritchie, gfrein and thomas-ferchau