markdown 2.0.3 copy "markdown: ^2.0.3" to clipboard
markdown: ^2.0.3 copied to clipboard

outdated

A library for converting markdown to HTML.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate markdown

Use it

The package has the following executables:

$ markdown

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add markdown

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  markdown: ^2.0.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:markdown/markdown.dart';
257
likes
0
pub points
98%
popularity

Publisher

verified publishertools.dart.dev

A library for converting markdown to HTML.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, charcode

More

Packages that depend on markdown