hplgit / doconce

Lightweight markup language - document once, include anywhere
http://hplgit.github.io/doconce/doc/web/index.html
Other
310 stars 60 forks source link

Converting to DocBook #124

Closed worldmind closed 6 years ago

worldmind commented 6 years ago

DocBook is semantic markup too and it has some tools for converting to another formats (for example i read about converter to ePub). Will be great if DocOnce can be converted to DocBook.

KGHustad commented 6 years ago

You can convert a DocOnce file to DocBook via pandoc.

doconce format pandoc some_document

And then refer to the pandoc documentation for instructions on how to convert the pandoc file to DocBook.