diff options
author | Paul Rivier <paul.r.ml@gmail.com> | 2010-10-04 21:00:32 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-03 23:10:51 -0800 |
commit | e6dde36622bc1f4adbd34934213cbcfb091376a2 (patch) | |
tree | 18c1a73c68f5a30d78ecc0b6fcdbfcd139943690 /src/Text/Pandoc/Definition.hs | |
parent | 593b4f6c948f2b32c6fef170a37d725285c8e9c4 (diff) | |
download | pandoc-e6dde36622bc1f4adbd34934213cbcfb091376a2.tar.gz |
removed support for textile Inserted construct
Diffstat (limited to 'src/Text/Pandoc/Definition.hs')
-rw-r--r-- | src/Text/Pandoc/Definition.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Definition.hs b/src/Text/Pandoc/Definition.hs index ec8c77185..bd0499f9e 100644 --- a/src/Text/Pandoc/Definition.hs +++ b/src/Text/Pandoc/Definition.hs @@ -111,7 +111,6 @@ data Inline | Emph [Inline] -- ^ Emphasized text (list of inlines) | Strong [Inline] -- ^ Strongly emphasized text (list of inlines) | Strikeout [Inline] -- ^ Strikeout text (list of inlines) - | Inserted [Inline] -- ^ Underlined text (list of inlines) | Superscript [Inline] -- ^ Superscripted text (list of inlines) | Subscript [Inline] -- ^ Subscripted text (list of inlines) | SmallCaps [Inline] -- ^ Small caps text (list of inlines) |