mirror of
https://github.com/writeas/writefreely
synced 2025-02-01 22:26:52 +01:00
Render tight
Markdown lists in WYSIWYG editor
This commit is contained in:
parent
424bd55816
commit
47aa436caa
@ -48,6 +48,7 @@ export const writeAsMarkdownSerializer = new MarkdownSerializer(
|
||||
state.closeBlock(node);
|
||||
},
|
||||
bullet_list(state, node) {
|
||||
node.attrs.tight = true;
|
||||
state.renderList(node, " ", () => `${node.attrs.bullet || "*"} `);
|
||||
},
|
||||
ordered_list(state, node) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user