Skip to content

Commit

Permalink
Fix spacing error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 23, 2024
1 parent 85a3e9c commit 27ed0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Text/Pandoc/Readers/RST.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,7 @@ explicitLink = try $ do
string "`_"
optional $ char '_' -- anonymous form
let src' | isURI src = escapeURI src
| otherwise =
| otherwise =
case T.unsnoc src of
Just (xs, '_') -> "##REF##" <> xs
_ -> src
Expand Down

0 comments on commit 27ed0ce

Please sign in to comment.