From f4cae7ff821e4b1bb928068064caad3c9869b0b4 Mon Sep 17 00:00:00 2001 From: Andrew Blakey Date: Mon, 12 Dec 2022 02:07:41 -0500 Subject: [PATCH] Describe ordering requirement for prism script tag (#1935) I couldn't get a prism typescript language grammar to work until I realised that script order mattered. This might not be the best language or format for this, but I think it probably belongs in the documentation in some manner. Thank you! --- docs/language-highlight.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/language-highlight.md b/docs/language-highlight.md index 1956af71f..f943e3550 100644 --- a/docs/language-highlight.md +++ b/docs/language-highlight.md @@ -14,6 +14,8 @@ Support for [additional languages](https://prismjs.com/#supported-languages) is ``` +!> This `