From 74690b191e53535ac53c519bf07c6e38c34175b2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 26 Jul 2014 18:49:19 -0700 Subject: [PATCH] Added t2t to `-f` in README documentation. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index a86641947..edb490a57 100644 --- a/README +++ b/README @@ -144,9 +144,9 @@ General options `markdown_phpextra` (PHP Markdown Extra extended markdown), `markdown_github` (github extended markdown), `textile` (Textile), `rst` (reStructuredText), `html` (HTML), - `docbook` (DocBook), `opml` (OPML), `org` (Emacs Org-mode), - `mediawiki` (MediaWiki markup), `haddock` (Haddock markup), or - `latex` (LaTeX). If `+lhs` is appended to `markdown`, `rst`, + `docbook` (DocBook), `t2t` (txt2tags), `opml` (OPML), `org` (Emacs + Org-mode), `mediawiki` (MediaWiki markup), `haddock` (Haddock markup), + or `latex` (LaTeX). If `+lhs` is appended to `markdown`, `rst`, `latex`, or `html`, the input will be treated as literate Haskell source: see [Literate Haskell support](#literate-haskell-support), below. Markdown syntax extensions can be individually enabled or