info:asciidoc:asciidoctor

A fast text processor & publishing toolchain for converting AsciiDoc to HTML5, DocBook & more.

sudo apt-get install asciidoc
sudo gem install asciidoctor

Convert

asciidoctor-epub3 -D output -a ebook-validate example.adoc

http://asciidoctor.org/docs/convert-asciidoc-to-epub/

Asciidoctor LaTeX defines an extended syntax for the AsciiDoc markup language (AsciiDoc-LaTeX) that closely parallels LaTeX for inline and display mathematical formulas and for environments. Documents written in this extended markup language can be converted into HTML or LaTeX

https://github.com/asciidoctor/asciidoctor-latex

This project is a factory for stylesheets that can be used to style the HTML generated by an AsciiDoc processor (specifically the html5 backend). In addition to being a general purpose AsciiDoc stylesheet generator, it is used to generate the default stylesheet that is bundled with Asciidoctor.

https://github.com/asciidoctor/asciidoctor-stylesheet-factory

https://asciidoctor.org/docs/produce-custom-themes-using-asciidoctor-stylesheet-factory/#build-the-stylesheets

  • info/asciidoc/asciidoctor.txt
  • Dernière modification : 2020/03/14 12:10
  • de radeff