More rearranging in definition of inline.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@932 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
b6ebe75656
commit
18b379c1ca
1 changed files with 8 additions and 8 deletions
|
@ -620,23 +620,23 @@ inline = choice [ str
|
||||||
, linebreak
|
, linebreak
|
||||||
, endline
|
, endline
|
||||||
, whitespace
|
, whitespace
|
||||||
, rawLaTeXInline'
|
, code
|
||||||
, escapedChar
|
|
||||||
, charRef
|
, charRef
|
||||||
|
, strong
|
||||||
|
, emph
|
||||||
, note
|
, note
|
||||||
, inlineNote
|
, inlineNote
|
||||||
, link
|
, link
|
||||||
, referenceLink
|
|
||||||
, rawHtmlInline'
|
|
||||||
, autoLink
|
|
||||||
, image
|
, image
|
||||||
|
, referenceLink
|
||||||
, math
|
, math
|
||||||
, strong
|
|
||||||
, emph
|
|
||||||
, strikeout
|
, strikeout
|
||||||
, superscript
|
, superscript
|
||||||
, subscript
|
, subscript
|
||||||
, code
|
, autoLink
|
||||||
|
, rawHtmlInline'
|
||||||
|
, rawLaTeXInline'
|
||||||
|
, escapedChar
|
||||||
, symbol
|
, symbol
|
||||||
, ltSign ] <?> "inline"
|
, ltSign ] <?> "inline"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue