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

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

Closed
adeluccar opened this issue Jul 22, 2015 · 1 comment
Closed

Comments

@adeluccar
Copy link

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

jgm commented Jul 22, 2015

Not (yet) supported. (Btw, you can see what is supported
in the comments at the beginning of the source file:
https://github.com/jgm/pandoc/blob/master/src/Text/Pandoc/Readers/DocBook.hs#L24

We could support it, perhaps putting it in a Div?

+++ Alberto De Lucca [Jul 21 15 17:53 ]:

Hey!
I have a docbook which makes extensive use of 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 tags or anything I could style.

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


Reply to this email directly or [1]view it on GitHub.

References

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

@jgm jgm closed this as completed in eaccef1 Aug 8, 2015
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