forked from mrin9/RapiPdf
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
marked will add id html attributes to each header element with its title as value.
but pdfmake has some problems with multiple identical id's.
=> can you provide a config object that will be passed to marked?
or just simple add the following option in your code:
const html = marked(markdown, {headerIds: false});
Metadata
Metadata
Assignees
Labels
No labels