points by JdeBP 8 years ago

I used POD for a while; but after using DocBook XML for manuals for a work project some years ago I switched to primarily using that, and generating HTML, roff, and others from it.

Instead of explicit italicization and boldface

    to the hard disks: Firstly, the qemu-nbd I<-r> (readonly) option is

I write semantic markup

    The <arg choice='plain'>--upstart-compatibility</arg> option causes <command>tcp-socket-listen</command> to set the <envar>UPSTART_FDS</envar> environment variable to 3, and the <envar>UPSTART_EVENTS</envar> environment variable to <literal>socket</literal>.

which I find preferable.

ianchen 8 years ago

This seems a good approach. I just thought maybe we can use React to render this kind of stuff?

rwmj 8 years ago

DocBook XML isn't bad, but don't you find the markup incredibly verbose?

  • JdeBP 8 years ago

    No. As you can see from the aforegiven snippet, which is fairly representative although it was the result of my going looking for a sentence with a lot of different elements in it, it isn't.