1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

fix: Use console as logger for YFM note

Closes #1178
This commit is contained in:
Maksim Eltyshev 2025-06-06 11:49:35 +02:00
parent 21f90610bc
commit c2bd31d523

View file

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