From e36a1707494ad032d849801c4f41fa03da9d16df Mon Sep 17 00:00:00 2001 From: RunDevelopment Date: Sat, 21 Nov 2020 16:39:40 +0100 Subject: [PATCH 1/2] Unescaped Markup: More doc regarding comments --- plugins/unescaped-markup/index.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/plugins/unescaped-markup/index.html b/plugins/unescaped-markup/index.html index 5efc7ab795..240fec2785 100644 --- a/plugins/unescaped-markup/index.html +++ b/plugins/unescaped-markup/index.html @@ -24,15 +24,23 @@

How to use

This plugin provides several methods of achieving the same thing:

From 6b801f1fc463000d3b6579009aaf7b6e6d4ebd84 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Sat, 28 Nov 2020 23:08:35 +0100 Subject: [PATCH 2/2] Update plugins/unescaped-markup/index.html Co-authored-by: James DiGioia --- plugins/unescaped-markup/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/unescaped-markup/index.html b/plugins/unescaped-markup/index.html index 240fec2785..a0309096e8 100644 --- a/plugins/unescaped-markup/index.html +++ b/plugins/unescaped-markup/index.html @@ -32,7 +32,7 @@

How to use

</script>
  • - Use a HTML-comment to escape your code: + Use an HTML-comment to escape your code:
    <pre class="language-markup"><code><!--
     <p>Example</p>