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
* New: Server-side highlighting mode powered by highlight.php — syntax is pre-rendered on the server with no JavaScript required for highlighting.
182
186
* New: All 21 Prism themes work identically in both client-side and server-side modes. Server mode now outputs Prism-compatible token classes and loads the same theme CSS, so switching modes produces no visual difference.
183
187
* New: Added "Plain Text" language option to the language picker. Renders with Prism theme styling but no syntax highlighting.
184
188
* Fix: Duplicate `language-*` class on `<code>` elements in client mode when the saved block HTML already carried the class.
0 commit comments