Obsidian special formatting
Obsidian uses
- industry-standard Commonmark (Markdown )
- GFM
- Github wikilink
- and YAML front matter.
`` 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>