summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Textile.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-09-06 10:41:13 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-09-06 10:41:13 -0700
commitcd4408de5c55cdbacfe02db0453f68ee5109f1b8 (patch)
treee227798769a0074ce546f8694dcb5ea93fa42700 /src/Text/Pandoc/Readers/Textile.hs
parentc9d1d97a28aed30ced534c486963e9fc62114396 (diff)
Removed obsolete comment.
Diffstat (limited to 'src/Text/Pandoc/Readers/Textile.hs')
-rw-r--r--src/Text/Pandoc/Readers/Textile.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Textile.hs b/src/Text/Pandoc/Readers/Textile.hs
index 5cda061ef..1be2e3cd1 100644
--- a/src/Text/Pandoc/Readers/Textile.hs
+++ b/src/Text/Pandoc/Readers/Textile.hs
@@ -47,7 +47,6 @@ Left to be implemented:
TODO : refactor common patterns across readers :
- autolink
- - smartPunctuation
- more ...
-}