refined_markdown 0.0.1+2 copy "refined_markdown: ^0.0.1+2" to clipboard
refined_markdown: ^0.0.1+2 copied to clipboard

outdated

A Markdown renderer for Flutter.

0.0.1 #

First commit.

What is working now? #

Now support rendering the following grammar. Some of them may not work as you wish, I am trying my best to optimize it, please be patient.

  • normal text

  • bold text

  • Italic text

  • code segment

  • // code blocks(including highlighting, using flutter_highlight. Thanks to pd4d10!)
    
  • headers
  • normal list

  • links

  • photosphotos(Using extended_text. Thanks to team fluttercandies.)

  1. sequence list
  • task list

What is next? #

  1. Just optimize the functions that has been built as much as I can.
  2. Add some html support that are frequently used.
  3. Support table rendering.