From e59f64c2b955c33c817ecdee5bd4de6a4b2475c3 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 8 Oct 2024 16:23:49 -0400 Subject: [PATCH] fix(code-block): revert "prism syntax highlighting" --- elements/rh-code-block/docs/30-code.md | 2 +- elements/rh-code-block/rh-code-block.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/elements/rh-code-block/docs/30-code.md b/elements/rh-code-block/docs/30-code.md index b044258817..38a49d87f5 100644 --- a/elements/rh-code-block/docs/30-code.md +++ b/elements/rh-code-block/docs/30-code.md @@ -26,7 +26,7 @@ use the correct mime type for your content, e.g. `text/html` for HTML content.

Warning

-

When slotting HTML content into the code-block, if that HTML content contains a </script> end tag, you must escape it.

+

When slotting HTML content into the code-block, if that HTML content contains a `` end tag, you must escape it.

One approach to escaping script tags that is to close the containing `