openSUSE / docbookrx

(An early version of) a DocBook to AsciiDoc converter written in Ruby.
MIT License
1 stars 2 forks source link

Support the <part> tag #4

Closed jcayouette closed 6 years ago

jcayouette commented 6 years ago

We use the \ tag in books to designate book "parts" E.g. Installation, Deployment, Migration etc. Currently docbookRx does not recognize the \ tag. We need to add this functionality when its reading through a book.xml file.

https://github.com/asciidoctor/asciidoctor.org/blob/master/docs/_includes/book-part.adoc

kkaempf commented 6 years ago

testsuite/xml/book.xml has <part> and it works nicely.