refined_markdown 1.0.0+6 copy "refined_markdown: ^1.0.0+6" to clipboard
refined_markdown: ^1.0.0+6 copied to clipboard

outdated

A simple Markdown renderer that is written mostly in dart (grammar analysing and rendering part). Simple, quiet, fast, that is all refined markdown is intended to be.

1.0.0+6 #

[Add] Basic travis CI support.

1.0.0+5 #

Upload version badge in README for convenience. =w=

1.0.0+4 #

Fix #

  1. Symbol displaying of normal list
  2. “\n” ignored in links at the beginningof a new line
  3. Links failed to render when a list is formerly declared

Optimize #

  1. All lists rendering logic
  2. All links rendering logic

Notice #

If there are still displaying problems, please feel free to give an Issue or a PR, I’ll handle them as quickly as I can, thank you.

1.0.0+3 #

You know what, the displaying of readme looks weird. QAQ

1.0.0+2 #

Really sorry, update README again! I am an obsessive. QAQ

1.0.0 #

Nothing changed, just update README, and prove that this package is not an early version.

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.
7
likes
0
pub points
0%
popularity

Publisher

verified publisherautokaka.dogshitpiestudio.cn

A simple Markdown renderer that is written mostly in dart (grammar analysing and rendering part). Simple, quiet, fast, that is all refined markdown is intended to be.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

extended_text, flutter, flutter_highlight, highlight, url_launcher

More

Packages that depend on refined_markdown