Skip to content

Commit 0edc032

Browse files
committed
.
1 parent 0d740ec commit 0edc032

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/en/repository/[name]/[id].md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ const latestVersion = computed(() => {
5959

6060
<div v-if="module.note">
6161

62-
> [!NOTE] > {{ module.note.message }}
62+
<div class="note custom-block github-alert">
63+
<p class="custom-block-title">{{ module.note.title || "NOTE" }}</p>
64+
<p>{{ module.note.message }}</p>
65+
</div>
6366

6467
</div>
6568

@@ -129,6 +132,7 @@ a {
129132
.moduleActions {
130133
display: flex;
131134
gap: 8px;
135+
flex-wrap: wrap;
132136
}
133137

134138
.screenshotsContainer {

0 commit comments

Comments
 (0)