Added Strikeout, Superscript, and Subscript as
Inline elements (Pandoc.Definition). git-svn-id: https://pandoc.googlecode.com/svn/trunk@741 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
bc192dac9c
commit
a009a4b387
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ data Inline
|
|||
= Str String -- ^ Text (string)
|
||||
| Emph [Inline] -- ^ Emphasized text (list of inlines)
|
||||
| Strong [Inline] -- ^ Strongly emphasized text (list of inlines)
|
||||
| Strikeout [Inline] -- ^ Strikeout text (list of inlines)
|
||||
| Superscript [Inline] -- ^ Superscripted text (list of inlines)
|
||||
| Subscript [Inline] -- ^ Subscripted text (list of inlines)
|
||||
| Quoted QuoteType [Inline] -- ^ Quoted text (list of inlines)
|
||||
| Code String -- ^ Inline code (literal)
|
||||
| Space -- ^ Inter-word space
|
||||
|
|
Loading…
Reference in a new issue