[[http://www.methods.co.nz/asciidoc AsciiDoc]] is set of document formatting rules for text documents. The documents can be converted into variety of formats , like HTML, manual pages etc with the <code>asciidoc</code> command line program (Python).

[https://github.com/sensorflo/adoc-mode adoc-mode] is an Emacs major mode for editing AsciiDoc files. You can install it from [[MELPA]] or [https://github.com/sensorflo/adoc-mode from GitHub]. It comes with its [https://github.com/sensorflo/adoc-mode/wiki own manual] (a single page on the GitHub wiki). (NOTE: The original adoc-mode doesn't appear to be actively maintained and uses `cl`, which causes it to display error messages in Emacs 27+. There is an updated version that is currently being maintained available at https://github.com/bbatsov/adoc-mode)

Lisp:asciidoc.el is a set of templates which eases the creation of AsciiDoc documents. It is also available [http://github.com/metaperl/asciidoc-el from GitHub].

[https://github.com/sshaw/copy-as-format copy-as-format] supports copying buffer locations as AsciiDoc formatted code

----
CategoryDoc
