Asciidoctor!

* Opal (JavaScript We welcome your help testing Asciidoctor on these and other platforms. Refer to Contributing to learn how to get involved. f you're using a non-English Windows environment, you may bump into an `Encoding::UndefinedConversionError` when invoking Asciidoctor. To solve this issue, we recommend changing the active code page in your console to UTF-8: chcp 65001 Once you make this change, all your Unicode headaches will be behind you. Asciidoctor works best when you use UTF-8 everywhere. --- Asciidoctor can be installed using (a the `gem install` command, (b Bundler or (c package managers for popular Linux distributions. The benefit of using a Linux package manager to install the gem is that it handles installing Ruby and the RubyGems library if

Asciidoctor alternatives

  • pandoc

  • Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.

    tags: command-line-interface convert-to-epub convert-to-html document-converter file-converter
  • AsciiDoc

  • AsciiDoc is a text document format for writing notes, documentation, articles, books, ebooks, slideshows, web pages, man pages and blogs. AsciiDoc files can be translated to many formats including HTML, PDF, EPUB, man page.

    tags: docbook ebooks epub html markup
  • PHP Markdown

  • Introduction

    tags: html markdown markup php text-formatting
  • txt2tags

  • It reads a text file with minimal markup such as **bold** and //italic// and converts it to the following formats (among others): - HTML - XHTML - SGML - LaTeX - Spip - Man page - Wikipedia / MediaWiki

    tags: html lightweight markup markup-converter markup-language
  • Docutils

  • Docutils is an open-source text processing system for processing plaintext documentation into useful formats, such as HTML, LaTeX, man-pages, open-document or XML. It includes reStructuredText, the easy to read, easy to use, what-you-see-is-what-you-get plaintext markup language.

    tags: html markup python python-lib text-formatting