Skip to content

Commit 1801714

Browse files
fix: format
1 parent b9932ca commit 1801714

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6668
Content
@@ -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

8285
GitHub Actions (`.github/workflows/build.yml`) runs two jobs on PRs and pushes to `master`:
86+
8387
1. **format**`pnpm format:check`
8488
2. **build**`pnpm build`
8589

0 commit comments

Comments
 (0)