fix: Prevent auto-filling title in YFM note

Closes #1172
This commit is contained in:
Maksim Eltyshev
2025-06-05 15:10:46 +02:00
parent 608a7c983f
commit 21f90610bc
3 changed files with 18 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ export default [
(md) => md.use(imsize, { enableInlineStyling: true }),
video,
table,
note,
(md) => md.use(note, { notesAutotitle: false }),
cut,
meta,
deflist,

View File

@@ -230,6 +230,10 @@
min-width: auto;
}
}
.yfm-note {
min-height: 60px;
}
}
.hljs {