obsidian-sandbox-vault/Formatting/Emphasis.md

21 lines
324 B
Markdown
Raw Normal View History

2023-11-10 05:41:54 +00:00
```md
*This text will be italic*
_This will also be italic_
```
*This text will be italic*
_This will also be italic_
```md
**This text will be bold**
__This will also be bold__
```
**This text will be bold**
__This will also be bold__
```md
_You **can** combine them_
```
_You **can** combine them_