fleather-editor / fleather

Soft and gentle rich text editing for Flutter applications.
https://fleather-editor.github.io
Other
196 stars 35 forks source link

Horizontal rule is not encoded as --- when converting to markdown #425

Open kane-knowby opened 2 weeks ago

kane-knowby commented 2 weeks ago

Steps to Reproduce

  1. Add a horizontal rule using the rich text editor
  2. Convert your document to markdown using ParchmentMarkdownCodec().encode(document)
  3. Notice the horizontal rule is not present at all
  4. Expected value would be '---'

Environment

OS: iOS/Web/Android Flutter version: 3.24 Fleather version: 1.18.0

amantoux commented 1 week ago

Thank you for reporting this @kane-knowby We will address this with #418