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:
commit
82b5035480
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue