Basic Syntax / HTML
HTML Tags
Use HTML tags in Markdown documents to enhance formatting capabilities.
Basic Rules
Markdown supports using HTML tags directly in documents. This is useful for formatting that Markdown doesn't natively support.
Common HTML Tags
<kbd>- Keyboard keys<mark>- Highlighted text<sub>- Subscript<sup>- Superscript<details>- Collapsible content
Examples
Keyboard keys:
Press Ctrl + C to copy or Ctrl + V to paste Highlighted text:
<mark>Highlighted text</mark> Security Considerations
For security reasons, some HTML tags (like <script>) are disabled in most Markdown processors.
Comments
Comments are currently unavailable.
Enable GitHub Discussions for this repository and complete the giscus configuration to turn comments on.