You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`markdown-toc` appears somewhat abandoned, with a PR I raised to upgrade `remarkable` going unlooked at ~6 months.
(ref: jonschlinkert/markdown-toc#199)
replace it with `remark` / `remark-toc` to clear CVE warnings.
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,15 @@ With typescript templates for [koa](https://openapi-code-generator.nahkies.co.nz
13
13
14
14
The [fetch](https://openapi-code-generator.nahkies.co.nz/guides/client-templates/typescript-fetch) and [axios](https://openapi-code-generator.nahkies.co.nz/guides/client-templates/typescript-axios) templates work great in conjunction with [react-query](https://tanstack.com/query/latest)
15
15
16
-
> [!TIP]
16
+
> \[!TIP]
17
17
> Try out our [interactive playground here](https://openapi-code-generator.nahkies.co.nz/playground)
18
18
19
19
<!-- toc -->
20
20
21
-
-[Documentation](#documentation)
22
-
-[Project Structure](#project-structure)
23
-
-[Contributing](#contributing)
24
-
-[License](#license)
21
+
*[Documentation](#documentation)
22
+
*[Project Structure](#project-structure)
23
+
*[Contributing](#contributing)
24
+
*[License](#license)
25
25
26
26
<!-- tocstop -->
27
27
@@ -37,11 +37,11 @@ You can contribute to it in [./packages/documentation](./packages/documentation)
37
37
38
38
The repository is structured as a mono repo of several npm packages that work together under [./packages](./packages):
0 commit comments