remove_markdown

Creator: coderz1093

Last updated:

Add to Cart

Description:

remove markdown

Remove Markdown #
This package is based on the idea of remove-markdown and is an attempt to implement this for dart projects.
Usage #
Import the library
import 'package:remove_markdown/remove_markdown.dart';
copied to clipboard
Removing markdown #
Remove markdown from a string:
const markdownString = '**Emphasis**';

// strip markdown off the string
// Result: Emphasis
print(markdownString.removeMarkdown());
copied to clipboard
Supported markdown #
List of currently supported markdown bits



Feature
Supported
Tested




Paragraphs




Links




Images




Lists




Code blocks




Inline code




Emphasis




Headers




HTML Tags




Tables





Example previews #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.