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

Merge branch 'plankanban:master' into master

This commit is contained in:
Symon Baikov 2025-06-06 12:55:50 +03:00 committed by GitHub
commit 82b5035480
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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