mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
feat: add CharPos type
This commit is contained in:
parent
5623ae2039
commit
e7d57e7cec
1 changed files with 3 additions and 1 deletions
|
|
@ -88,4 +88,6 @@ export type PluginSettings = {
|
|||
customAlign: SettingOpt1;
|
||||
editorEscape: boolean;
|
||||
colorButton: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
export type CharPos = { from: number, to: number };
|
||||
Loading…
Reference in a new issue