Skip to content

Commit cea9e65

Browse files
committed
docs: prevent prettier from merging github alert tags
1 parent 04a8558 commit cea9e65

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,10 @@ You can cache the files you have accessed permanently on your hard drive by
193193
using the `--cache` flag. The file it caches persist across sessions, but can
194194
clear the cache using `--cache-clear`
195195

196-
> [!WARNING] If `--cache-location <dir>` appears before `--cache-clear`, the
197-
> entire directory `<dir>` will be deleted instead. Take caution when specifying
196+
<!-- prettier-ignore -->
197+
> [!WARNING]
198+
> If `--cache-location <dir>` appears before `--cache-clear`, the entire
199+
> directory `<dir>` will be deleted instead. Take caution when specifying
198200
> non-empty directories to be used as cache.
199201
200202
By default, the cache files are stored under `${XDG_CACHE_HOME}/httpdirfs`,

src/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ files:
6868
pre-commit run --all-files
6969
```
7070

71-
> [!IMPORTANT] The `clang-tidy` hook requires `compile_commands.json` to be
72-
> present in the `builddir`. If you haven't configured the project yet, run:
71+
<!-- prettier-ignore -->
72+
> [!IMPORTANT]
73+
> The `clang-tidy` hook requires `compile_commands.json` to be present in the
74+
> `builddir`. If you haven't configured the project yet, run:
7375
>
7476
> ```bash
7577
> meson setup builddir

0 commit comments

Comments
 (0)