#pragma section-numbers off [[TableOfContents]] = 概要 = = 公式サイト = * https://asciidoc.org/ * https://projects.eclipse.org/projects/asciidoc.asciidoc-lang = 関連サイト = * https://github.com/asciidoc-py/asciidoc-py * https://asciidoctor.org/ = インストール = = Emacs対応 = https://github.com/bbatsov/adoc-mode = Python = Python で AsciiDocを扱うライブラリで安定しているのは二種類あります * https://asciidoc-py.github.io/ * https://asciidoc3.org/index.html 自分は「asciidoc-py」の方を利用しています {{{ pip install asciidoc }}} 以下みたいにすると デフォルト html5 で出力されます {{{ asciidoc sample.txt }}} = 参考サイト = ---- CategoryDocumentation