elegant_markdown 0.1.0 copy "elegant_markdown: ^0.1.0" to clipboard
elegant_markdown: ^0.1.0 copied to clipboard

A high-quality Flutter Markdown + LaTeX renderer. Supports GFM, inline/block math formulas, syntax-highlighted code blocks, task lists, tables, and Light/Dark themes. Styled after Notion / GitHub.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add elegant_markdown

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

dependencies:
  elegant_markdown: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:elegant_markdown/elegant_markdown.dart';
1
likes
120
points
73
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A high-quality Flutter Markdown + LaTeX renderer. Supports GFM, inline/block math formulas, syntax-highlighted code blocks, task lists, tables, and Light/Dark themes. Styled after Notion / GitHub.

Repository (GitHub)
View/report issues

Topics

#markdown #latex #math #syntax-highlighting #text-rendering

License

MIT (license)

Dependencies

flutter, flutter_highlight, flutter_markdown, flutter_math_fork, markdown, url_launcher

More

Packages that depend on elegant_markdown