Docutils!

We recommend that you use a snapshot http://docutils.sourceforge.net/docutils-snapshot.tgz
from Docutils' Subversion repository . The snapshots usually contain _more features_ and _fewer bugs_ than the official releases—they're not only for developers! The latest **release package** is docutils-0.13.1.tgz http://prdownloads.sourceforge.net/docutils/docutils-0.13.1.tar.gz?download.
It was released on 2016-12-09 and is mostly intended for distributors. See the release notes #id38 for a list of changes since the previous release (0.12. The Sandbox contains experimental, contributed code. You can download a complete snapshot of the Sandbox http://docutils.sourceforge.net/docutils-sandbox-snapshot.tgz
or browse the Sandbox http://sourceforge.net/p/docutils/code/HEAD/tree/trunk

Docutils 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
  • Asciidoctor

  • Asciidoctor is a fast text processor and publishing toolchain for converting AsciiDoc content to HTML5, DocBook 5 (or 4.5) and other formats. Asciidoctor is written in Ruby, packaged as a RubyGem and published to RubyGems.org. The gem is also included in several Linux distributions, including Fedora, Debian and Ubuntu. Asciidoctor is open source, hosted on GitHub and released under the MIT license.

    tags: asciidoc documentation publishing writing-editor
  • 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
  • Texy!

  • Texy! is a lightweight markup language as well as converter of this format to XHTML, in a form of a library written in the PHP scripting language. It allows the user to write structured documents without knowledge or using of HTML language. Users write documents in human-readable text format and Texy! converts it to structurally valid and well-formed XHTML code.

    tags: lightweight markdown markup markup-language 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
  • HTMLtoMD

  • Converts HTML to Markdown* View a single web page (or local html file) as markdown* Links and images are preserved inline with link text / alt text and absolute url* An efficient way to archive a site if you only need to save the text content

    tags: converters html markdown