You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
!> This `<script>` tag must be placed after the docisfy `<script>` to work.
18
+
17
19
To enable syntax highlighting, wrap each code block in triple backticks with the [language](https://prismjs.com/#supported-languages) specified on the first line:
0 commit comments