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