Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 1fa72bc

Browse files
snippet: mkdocs admonition warning for work in progress
1 parent 234c6bb commit 1fa72bc

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- community: overseer task manager for makefile and other tasks, leader x tasks mappings
44
- community: add spectre plugin for project wide search and replace
55
- snippet: journal post header markdown snippet
6+
- snippet: mkdocs admonition warning for work in progress
67

78
# 2023-11-13
89
## Added

snippets/markdown.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
{
2+
"mkdocs admonition warning": {
3+
"prefix": "mkdocs-admonition-warning-draft",
4+
"body": [
5+
"!!! WARNING \"Initial draft - feedback welcome\""
6+
],
7+
"description": "MkDocs Admonition Warning Draft"
8+
},
29
"mkdocs button tag": {
310
"prefix": "mkdocs-button",
411
"body": [

0 commit comments

Comments
 (0)