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
|
||||
, endline
|
||||
, whitespace
|
||||
, rawLaTeXInline'
|
||||
, escapedChar
|
||||
, code
|
||||
, charRef
|
||||
, strong
|
||||
, emph
|
||||
, note
|
||||
, inlineNote
|
||||
, link
|
||||
, referenceLink
|
||||
, rawHtmlInline'
|
||||
, autoLink
|
||||
, image
|
||||
, referenceLink
|
||||
, math
|
||||
, strong
|
||||
, emph
|
||||
, strikeout
|
||||
, superscript
|
||||
, subscript
|
||||
, code
|
||||
, autoLink
|
||||
, rawHtmlInline'
|
||||
, rawLaTeXInline'
|
||||
, escapedChar
|
||||
, symbol
|
||||
, ltSign ] <?> "inline"
|
||||
|
||||
|
|
Loading…
Reference in a new issue