Skip to content

Commit 8fd6954

Browse files
committed
allow markdown in details for real this time
1 parent 0fd5a33 commit 8fd6954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The most noteworthy of these, as well as any features and breaking changes, are
2828
> Lavalink previously set the `-Xmx` flag to `4G` in docker. This caused issues with some systems which had less than 4GB of RAM. We have now removed this flag and let the JVM decide the max heap allocation.
2929
> On how to increase the max heap allocation, see [here](https://lavalink.dev/configuration/docker.html#docker).
3030
31-
<details markdown="1">
31+
<details>
3232
<summary>v4.0.0 - Betas</summary>
3333

3434
## 4.0.0-beta.5

docs/changelog/v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Lavalink previously set the `-Xmx` flag to `4G` in docker. This caused issues with some systems which had less than 4GB of RAM. We have now removed this flag and let the JVM decide the max heap allocation.
2525
On how to increase the max heap allocation, see [here](https://lavalink.dev/configuration/docker.html#docker).
2626

27-
<details>
27+
<details markdown="1">
2828
<summary>v4.0.0 - Betas</summary>
2929

3030
## v4.0.0-beta.5

0 commit comments

Comments
 (0)