In addition to the standard gfm syntax, Doom has built-in some extra Markdown extension features.
Source code annotation component
;
, %
, #
, //
, /** */
, --
, and <!-- -->
, etc.[\!code callout]
:::callouts
may display abnormally due to nested indentation; you can use <div class="doom-callouts">
or the <Callouts>
component insteadvirt-launcher
pod.For more source code transformation features, please refer to Shiki Transformers.
Chart drawing tool
With Markdown Preview Mermaid, you can preview in real time in VSCode.
Currently only supported in .md
files, see related issue