🎨 Use - marker for lists when exporting Markdown https://github.com/siyuan-note/siyuan/issues/14680

This commit is contained in:
Daniel 2025-04-22 20:50:05 +08:00
parent b0ca44de00
commit dc19b00ab1
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
6 changed files with 9 additions and 5 deletions

View file

@ -47,5 +47,6 @@ export const setLute = (options: ILuteOptions) => {
});
lute.PutEmojis(emojis);
}
lute.SetUnorderedListMarker("-");;
return lute;
};