File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,11 +56,13 @@ These are globally registered and can be used directly in any Markdown file:
5656</CardGroup >
5757
5858<!-- Admonitions -->
59+
5960::: tip
6061::: warning
6162::: danger
6263
6364<!-- Tabs (via vitepress-plugin-tabs) -->
65+
6466::: tabs
6567== Tab 1
6668Content
@@ -69,8 +71,9 @@ Content
6971:::
7072
7173<!-- Image styling via hash fragments -->
72- ![ Alt] ( https://url#hero ) <!-- rounded corners + shadow -->
73- ![ Alt] ( https://url#hero-tl ) <!-- top-left corner only -->
74+
75+ ![ Alt] ( https://url#hero ) <!-- rounded corners + shadow -->
76+ ![ Alt] ( https://url#hero-tl ) <!-- top-left corner only -->
7477```
7578
7679### Image Hosting
@@ -80,6 +83,7 @@ All documentation images are hosted externally at `https://media.docs.plane.so/`
8083## CI
8184
8285GitHub Actions (` .github/workflows/build.yml ` ) runs two jobs on PRs and pushes to ` master ` :
86+
83871 . ** format** — ` pnpm format:check `
84882 . ** build** — ` pnpm build `
8589
You can’t perform that action at this time.
0 commit comments