Skip to content

Commit 5bb290f

Browse files
committed
test remark-admonitions
1 parent 0658f5a commit 5bb290f

File tree

3 files changed

+182
-2
lines changed

3 files changed

+182
-2
lines changed

docs/user-guides/workspace-scheduling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ for your workspace.
5151

5252
## Autostop requirement
5353

54-
<blockquote class="admonition tip">
54+
:::important
5555

5656
Autostop requirement is an Enterprise and Premium feature.
5757
[Learn more](https://coder.com/pricing#compare-plans).
5858

59-
</blockquote>
59+
:::
6060

6161
Licensed template admins may enforce a required stop for workspaces to apply
6262
updates or undergo maintenance. These stops ignore any active connections or

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
},
1111
"devDependencies": {
1212
"prettier": "3.3.3"
13+
},
14+
"dependencies": {
15+
"remark-admonitions": "^1.2.1"
1316
}
1417
}

pnpm-lock.yaml

Lines changed: 177 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)