Carsten Agger wrote: > ...snip... > >> This script allows simple formatting like *italics* and _underline_, but >> I'd like something a but more "shiny", which would e.g. also recognize >> chapter and section headings and maybe even generate a TOC. >> You could try (multi) markdown (extended): http://en.wikipedia.org/wiki/Markdown
Relatively simple syntax (I use it, though I don't really like the syntax) and convertible to a lot of formats (pdf, html, rtf, latex) with pandoc: http://johnmacfarlane.net/pandoc/ See http://en.wikipedia.org/wiki/Category:Lightweight_markup_languages for an overview of lightweight markup languages. See http://sange.fi/~atehwa/cgi-bin/piki.cgi/stx2any for some discussion. Hope this helps. Adriaan --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
