- Update Shiki versions. Thanks @bricker!
- Run dompurify over rendered content.
- Add support for D and Zig. Thanks @ryuukk!
- Add support for OCaml. Thanks @Khady!
- Pick up latest
marked
version.
- Fix highlighting of php blocks. Thanks @ctf0!
- Improve foreground color fallback for themes that don't specify a theme type.
- Improve title if docs view is moved into its own view container. Thanks @Saddiel!
- Strip html in doc content. This better matches what VS Code's hovers do.
- Fix extra calls to the
vscode.executeHoverProvider
command being made if the cursor is not on a word.
- Handle themes that use comments in their source.
- Treat code blocks as if they are of the source document's language by default.
- Fix default colors for some dark and light themes.
- Enable syntax highlighting for Haskell. Thanks @serras!
- Add explicit extension kind for remote cases (preferring UI).
- Fix bundling for publish.
- Extension metadata fixes.
- Initial release