Skip to content

Obsidian special formatting

Obsidian uses

`` for comment blocks

-   `^blockid` for block identifiers
-   `#tagname` for tags
-   `$` for math markup
-   ` ==highlighted text==`

<font color="red"> This text is red </font>
```HTML
<font color="red"> This text is red </font>