Docs and template sets work
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
tags: template
|
||||
type: slash
|
||||
trigger: "note-admonition"
|
||||
displayName: "/note-admonition"
|
||||
description: Insert a "note" admonition
|
||||
---
|
||||
> **note** Note
|
||||
> |^|
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
tags: template
|
||||
trigger: "table"
|
||||
---
|
||||
| Header A | Header B |
|
||||
|----------|----------|
|
||||
| |^| | Cell B |
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
tags: template
|
||||
type: slash
|
||||
trigger: "warning-admonition"
|
||||
displayName: "/warning-admonition"
|
||||
description: Insert a "warning" admonition
|
||||
---
|
||||
> **warning** Warning
|
||||
> |^|
|
||||
Reference in New Issue
Block a user