add block param to html renderer (#2768) (fa21b9f)
BREAKING CHANGES
Warnings will be logged to the console if these options are used including headerIds, mangle, and langPrefix which are on by default.
These warnings can be turned off by default by using:
marked.use({mangle: false,headerIds: false,});
If you need these options you can use the extensions listed below.