🎨 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

@ -280,6 +280,8 @@ declare class Lute {
public HTML2Md(html: string): string;
public HTML2BlockDOM(html: string): string;
public SetUnorderedListMarker(marker: string): void;
}
declare const webkitAudioContext: {