Skip to content

Dart code for transforming markdown files to HTML and HTML to PDF.

License

Notifications You must be signed in to change notification settings

datagrove/Markdown-To-PDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Markdown-To-PDF

Dart package for transforming markdown files to HTML and HTML to PDF.

Project Goal: A package to convert markdown to html and the resulting html to PDF.

Leverage the following packages:

Requirements:

  • Pure Dart
  • Works on all dart platforms including all flutter platforms
  • Accepts box constraint
    • Returns amount of html rendered such that rendering can resume on a subsequent page
  • Follow standards and requirements for publication on pub.dev
  • Support enough html to support basic markdown

Additional Features:

  • Support for additional html embedded into markdown
    • Reference the flutter_html as an example of a package that implements growing and extendible subset of html
  • Be able to create a PDF of marp-style slide decks

Additional References:

About

Dart code for transforming markdown files to HTML and HTML to PDF.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published