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

Serialize mdast to markdown

Open bnchi opened this issue 6 months ago • 5 comments

fixes #64

TODO handlers :

  • [x] paragraph
  • [x] text
  • [x] strong
  • [x] emphasis
  • [x] heading
  • [x] html
  • [x] break
  • [x] thematic-break
  • [x] code
  • [x] blockquote
    • [ ] Complete the tests for blockquote
  • [x] image
  • [x] inline-code
  • [x] link
  • [x] list
  • [x] list-item
    • [ ] Add the tests for list item
  • [x] root
  • [x] definition
  • [x] image-reference
  • [ ] link-reference

bnchi avatar Aug 27 '24 09:08 bnchi