mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-28 09:54:07 +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
2
app/src/types/protyle.d.ts
vendored
2
app/src/types/protyle.d.ts
vendored
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue