Skip to content

Commit b647977

Browse files
committed
Fix formatting of important notes in checkpoints documentation
1 parent f97d7e2 commit b647977

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/advanced-usage/checkpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Checkpoints let you:
88
- Compare different implementation approaches
99
- Revert to previous project states without losing work
1010

11-
::::info Important Notes
11+
:::info Important Notes
1212
- **Checkpoints are enabled by default.**
1313
- **Git must be installed** for checkpoints to function - [see installation instructions](#git-installation)
1414
- No GitHub account or repository is required
1515
- No Git personal information configuration is needed
1616
- The shadow Git repository operates independently from your project's existing Git configuration
17-
::::
17+
:::
1818

1919
## Configuration Options
2020

docs/features/checkpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Checkpoints let you:
88
- Compare different implementation approaches
99
- Revert to previous project states without losing work
1010

11-
::::info Important Notes
11+
:::info Important Notes
1212
- **Checkpoints are enabled by default.**
1313
- **Git must be installed** for checkpoints to function - [see installation instructions](#git-installation)
1414
- No GitHub account or repository is required
1515
- No Git personal information configuration is needed
1616
- The shadow Git repository operates independently from your project's existing Git configuration
17-
::::
17+
:::
1818

1919
## Configuration Options
2020

0 commit comments

Comments
 (0)