quilljs-markdown icon indicating copy to clipboard operation
quilljs-markdown copied to clipboard

Add other markdown syntax

Open usecodelee opened this issue 3 years ago • 3 comments

This project is great!😄

But I don’t know how to add other markdown syntax. 😭

usecodelee avatar May 19 '21 14:05 usecodelee

Thank you for your report. I will consider additional guidance or structural changes.

cloverhearts avatar May 19 '21 15:05 cloverhearts

That would be great! For example adding embed image ![text](https://example-image.jpg) or horizontal rule ....

saiddjelmo avatar Jul 02 '21 07:07 saiddjelmo

Support more markdown features is better.

The most important features I think are:

  1. embed image support ![text](https://example-image.jpg)
  2. link support [example](https://example.org)
  3. table syntax support
  4. embed flowchart syntax by mermaid
  5. embed latex formula by Katex

FOWind avatar Jul 03 '21 16:07 FOWind