From cc0c986b7eef7289bd4ddb88eabac8ec9374b8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kukie=C5=82a?= <53443372+kukimik@users.noreply.github.com> Date: Fri, 15 Nov 2024 18:08:16 +0100 Subject: [PATCH] Fix markup: escape /'s --- scalpel/src/Text/HTML/Scalpel.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalpel/src/Text/HTML/Scalpel.hs b/scalpel/src/Text/HTML/Scalpel.hs index 1b1f1a8..496d202 100644 --- a/scalpel/src/Text/HTML/Scalpel.hs +++ b/scalpel/src/Text/HTML/Scalpel.hs @@ -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. -- -- >