From 342d93cf301b815f2494043b7f732f015f0de9a1 Mon Sep 17 00:00:00 2001 From: Andrew Blakey Date: Sat, 10 Dec 2022 10:29:47 -0500 Subject: [PATCH] Describe ordering requirement for prism script tag 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 `