kadikraman / draftjs-md-converter

Converts content from Draft.js blocks to Markdown and vice versa.
https://kadikraman.github.io/draftjs-md-converter/
MIT License
145 stars 37 forks source link

Is there a plan to support custom tag? like <u> #67

Closed darron1217 closed 3 years ago

darron1217 commented 4 years ago

I need to add support on underline style.

I tried to customize Dict but it seems not supporting open/close tags.

Is there a plan to support it?

kadikraman commented 3 years ago

Afraid not, sorry. Markdown does not have a defined syntax for underlines.