mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 06:02:33 +01:00
🎨 Use - marker for lists when exporting Markdown https://github.com/siyuan-note/siyuan/issues/14680
This commit is contained in:
parent
b0ca44de00
commit
dc19b00ab1
6 changed files with 9 additions and 5 deletions
|
|
@ -47,5 +47,6 @@ export const setLute = (options: ILuteOptions) => {
|
|||
});
|
||||
lute.PutEmojis(emojis);
|
||||
}
|
||||
lute.SetUnorderedListMarker("-");;
|
||||
return lute;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue