⚠️ Warning⚠️ This extension depends on an experimental vscode API that is subject to change or removal.
Demonstrates how VSCode's builtin Markdown preview can be extended by other extensions. This extension adds checkbox support to the preview.
- Using a VSCode insiders from April 7th+
- Install the VSIX for this extension
- Add the setting
"markdown.enableExperimentalExtensionApi": true
to your workspace.