marktext / muya

📄 Future markdown editor for web browser applications development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Add types for options in Muya constructor?

yfwz100 opened this issue · comments

I think the types is placed in types.ts but it's not referenced.

See:

constructor(element: HTMLElement, options = {}) {

BTW. I have found that some options are unavailable now, like codeBlockLineNumbers, preferLooseListItem.