Skip to content

Is DocBook's <informalexample> supported in pandoc's ePub conversion? #2319

Closed
adeluccar opened this Issue · 1 comment

2 participants

@adeluccar

Hey!
I have a docbook which makes extensive use of <informalexample> tags.

When I run pandoc -f docbook -t epub3 --epub-cover=images/cover.jpg --epub-stylesheet=styles/epub.css -o book.epub book.xml I get the ePub but the examples lack any output tags or anything that I could style.

Is this a bug or is <informalexample> just not supported when converting?

@jgm
Owner
@jgm jgm added a commit that closed this issue
@jgm DocBook reader: handle informalexample.
It is parsed into a Div with class `informalexample`.

Closes #2319.
eaccef1
@jgm jgm closed this in eaccef1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.