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
+1 -1
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,