Esbonio VSCode Extension v0.7.2 - 2021-11-26
github-actions
released this
26 Nov 17:20
·
0 commits
to 2282924369cf912243ec1e149e2547a23893f725
since this release
v0.7.2 - 2021-11-26
Fixes
- Simplified highlighting of footnote references to prevent edge cases from effectively disabling highlighting of a document. (#252)
- Literal block markers no longer disable highlighting of any preceeding content. (#254)
- Code blocks that have injected grammars (e.g. python code blocks) now correctly highlight any options on the directive (#255)
Enhancements
- Add esbonio.server.enabled option which gives the user the ability to disable the language sever if they wish. (#239)
- Code blocks that contain a language that's not recognised, are now highlighted as strings. (#253)
- Add esbonio.sphinx.buildDir option which allows the user to specify where Sphinx's build files get written to. (#258)