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:
fiddlosopher 2007-08-28 06:44:47 +00:00
parent b6ebe75656
commit 18b379c1ca

View file

@ -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"