pandao / editor.md

The open source embeddable online markdown editor (component).
http://editor.md.ipandao.com/
MIT License
13.69k stars 2.41k forks source link

I want add new block quoate syntax to editor md #988

Open joygram opened 1 year ago

joygram commented 1 year ago

I want like block quote syntax

like

```{js, option = a, option =b}
or 
```mermaid 
  1. I want embed mermaid
  2. {language, option=value}

How can I do that ?

thank you.