Skip to content

dyve-agency/markdown-to-pdfmake

Repository files navigation

Markdown to PDFmake.js

This library takes a markdown string and translates it into the structure required by the PDFmake.js library.

An example:

const markdownToPdfmake = require('markdown-to-pdfmake');
markdownToPdfmake('**This is bold text**') === [{ text: 'This is bold text', bold: true }]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published