dart-lang / markdown

A Dart markdown library
https://pub.dev/packages/markdown
BSD 3-Clause "New" or "Revised" License
443 stars 201 forks source link

How to extend generated HTML with styles? #618

Closed bubnenkoff closed 1 month ago

bubnenkoff commented 1 month ago

I want to wrap generated html in main and extend it with styles.css in header? It there any build in way to do it?

srawlins commented 1 month ago

Sorry there is no way to do this with Markdown syntax or the markdown package. You'll have to wrap the generated HTML separately.