summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Textile.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-23 09:12:50 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-23 09:12:50 -0800
commit38013de8572ee9b6c9b5873d6f9e0bf6876215ed (patch)
treee73a227802e52c85bb030c75cdcaf628d59882a5 /src/Text/Pandoc/Readers/Textile.hs
parent628a1ef81548ccf0307276b4f9164191cacc9193 (diff)
Textile writer: Don't HTML-escape between @'s.
Diffstat (limited to 'src/Text/Pandoc/Readers/Textile.hs')
-rw-r--r--src/Text/Pandoc/Readers/Textile.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Textile.hs b/src/Text/Pandoc/Readers/Textile.hs
index 4221754cc..7749a946c 100644
--- a/src/Text/Pandoc/Readers/Textile.hs
+++ b/src/Text/Pandoc/Readers/Textile.hs
@@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
{- |
Module : Text.Pandoc.Readers.Textile
- Copyright : Copyright (C) 2010 Paul Rivier
+ Copyright : Copyright (C) 2010-2011 Paul Rivier and John MacFarlane
License : GNU GPL, version 2 or above
Maintainer : Paul Rivier <paul*rivier#demotera*com>