withspectrum / draft-js-markdown-plugin

An opinionated DraftJS plugin for supporting Markdown syntax shortcuts
https://markdown-plugin.spectrum.chat/
MIT License
139 stars 42 forks source link

Support horizontal rules #30

Open brianlovin opened 6 years ago

brianlovin commented 6 years ago

It would be great to have the same markdown treatment for horizontal rules where three hyphens, asterisks, or underscores will introduce an


tag.

Ref: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#hr

michaelgmcd commented 6 years ago

Looked briefly into this and it appears that the draftail editor supports horizontal rules:

Some relevant pieces of code: