aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Text/Pandoc/Readers/Markdown.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Markdown.hs b/src/Text/Pandoc/Readers/Markdown.hs
index a68741bda..88aae7b3f 100644
--- a/src/Text/Pandoc/Readers/Markdown.hs
+++ b/src/Text/Pandoc/Readers/Markdown.hs
@@ -911,7 +911,6 @@ inlineParsers = [ str
, strong
, emph
, note
- , inlineNote
, link
, cite
, image
@@ -919,6 +918,7 @@ inlineParsers = [ str
, strikeout
, superscript
, subscript
+ , inlineNote -- after superscript because of ^[link](/foo)^
, autoLink
, rawHtmlInline'
, rawLaTeXInline'