Skip to content

xia-weiyang/markdown_core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown_core

Parse markdown and render it into rich text.

show

Markdown(
    data: markdownDataString,
    linkTap: (link) => print('点击了链接 $link'),
    textStyle: // your text style ,
    image: (imageUrl) {
      print('imageUrl $imageUrl');
      return // Your image widget ;
    },
)

About

Parse markdown and render it into rich text.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published