k_markdown_parser 0.0.1 copy "k_markdown_parser: ^0.0.1" to clipboard
k_markdown_parser: ^0.0.1 copied to clipboard

A simple markdown parsing package

k_markdown_parser #

A lightweight and customizable Flutter Markdown renderer with dark mode support and built-in styling.

Features #

  • Headers (#, ##, ###, ####)
  • Bold, Italic, Strikethrough, Inline Code

Usage #

CustomMarkdown(
  data: '''
    # Heading
    Some **bold** and _italic_ and ~~strike~~ and `code`
    ''',
)
1
likes
130
points
19
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple markdown parsing package

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on k_markdown_parser