update theme demo file
This commit is contained in:
@@ -23,7 +23,7 @@ Embed another file (read more about [[Embed files]]). Here's an embedded section
|
|||||||
![[Obsidian#What is Obsidian]]
|
![[Obsidian#What is Obsidian]]
|
||||||
```
|
```
|
||||||
|
|
||||||
![[+Obsidian#What is Obsidian]]
|
![[@Obsidian 1#What is Obsidian]]
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -148,7 +148,7 @@ http://obsidian.md - automatic!
|
|||||||
|
|
||||||
#### Obsidian URI links
|
#### Obsidian URI links
|
||||||
|
|
||||||
[[Build with Ben (027) - Obsidian Theme Development|BWB #27]]
|
[[Build with Ben (027) - Getting Started with Obsidian Theme Development|BWB #27]]
|
||||||
|
|
||||||
[[This note doesn't exist]]
|
[[This note doesn't exist]]
|
||||||
|
|
||||||
@@ -251,6 +251,35 @@ function fancyAlert(arg) {
|
|||||||
- [ ] this is an incomplete item
|
- [ ] this is an incomplete item
|
||||||
- [ ] tasks can be clicked in Preview to be checked off
|
- [ ] tasks can be clicked in Preview to be checked off
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Callouts
|
||||||
|
|
||||||
|
> [!note]
|
||||||
|
|
||||||
|
> [!abstract]
|
||||||
|
|
||||||
|
> [!info]
|
||||||
|
|
||||||
|
> [!tip]
|
||||||
|
|
||||||
|
> [!success]
|
||||||
|
|
||||||
|
> [!question]
|
||||||
|
|
||||||
|
> [!warning]
|
||||||
|
|
||||||
|
> [!failure]
|
||||||
|
|
||||||
|
> [!danger]
|
||||||
|
|
||||||
|
> [!bug]
|
||||||
|
|
||||||
|
> [!example]
|
||||||
|
|
||||||
|
> [!quote]
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Tables
|
### Tables
|
||||||
|
|||||||
Reference in New Issue
Block a user