Markdown
In addition to the standard gfm syntax, Doom includes some additional Markdown extension features.
Callouts
Source code annotation component
Note
- Please use inline code comments according to the actual language, such as
;,%,#,//,/** */,--, and<!-- -->, etc. - If you want to treat them as code comments, use
[\!code callout]for escaping. - Sometimes,
:::calloutsmay display abnormally due to nested indentation; you can use<div class="doom-callouts">or the<Callouts>component instead.
- Required for the processes that run in the
virt-launcherpod. - Number of virtual CPUs requested by the virtual machine.
- Number of virtual graphics cards requested by the virtual machine.
- Additional memory overhead:
- If your environment includes a Single Root I/O Virtualization (SR-IOV) network device or a Graphics Processing Unit (GPU), allocate 1 GiB additional memory overhead for each device.
- If Secure Encrypted Virtualization (SEV) is enabled, add 256 MiB.
- If Trusted Platform Module (TPM) is enabled, add 53 MiB.
For more source code transformation features, please refer to Shiki Transformers.
Mermaid
Chart drawing tool
With Markdown Preview Mermaid, you can preview in real-time in VSCode.