Skip to content

Commit

Permalink
Merge pull request #112 from kukimik/patch-1
Browse files Browse the repository at this point in the history
Fix markup: escape /'s
  • Loading branch information
fimad authored Nov 16, 2024
2 parents 0e49259 + cc0c986 commit fbef85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalpel/src/Text/HTML/Scalpel.hs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
--
-- The following is an example that demonstrates most of the features provided
-- by this library. Suppose you have the following hypothetical HTML located at
-- @\"http://example.com/article.html\"@ and you would like to extract a list of
-- @\"http:\/\/example.com\/article.html\"@ and you would like to extract a list of
-- all of the comments.
--
-- > <html>
Expand Down

0 comments on commit fbef85e

Please sign in to comment.