Skip to content

Commit a93b887

Browse files
committed
chore: fix markdown headline rendering
1 parent a509f7b commit a93b887

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/latest/examples/session-management.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ associate a random UUID with a request. We will use the global
3030
to generate a random UUID and the [`@std/http`](https://jsr.io/@std/http)
3131
package to evaluate the cookies.
3232

33-
> It is
34-
35-
### Creating a _session_ cookie
33+
### Creating a cookie
3634

3735
```ts
3836
import { setCookie } from "@std/http";
@@ -51,7 +49,7 @@ _session_ with a random UUID as its value using `setCookie`.
5149
Adding this headers-object to a response will make the browser attach the cookie
5250
to the headers in every request.
5351

54-
### Retrieving a _session_ cookie
52+
### Retrieving a cookie
5553

5654
```ts
5755
import { getCookies } from "@std/http";

docs/toc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ const toc: RawTableOfContents = {
100100
"link:latest",
101101
],
102102
["active-links", "Active links", "link:latest"],
103+
["session-management", "Session management", "link:latest"],
103104
],
104105
},
105106
},

0 commit comments

Comments
 (0)