asjqkkkk / markdown_widget

📖Rendering markdown by flutter!Welcome for pr and issue.
MIT License
306 stars 84 forks source link

Modifying inline styles #177

Open effusiveperiscope opened 1 month ago

effusiveperiscope commented 1 month ago

Is your feature request related to a problem? Please describe. I would like to be able to modify inline text styles, for example making italicized text appear darker than other text

Describe the solution you'd like Providing some kind of config to MarkdownConfig to change inline style.

Describe alternatives you've considered

Additional context

asjqkkkk commented 2 weeks ago

Hi @effusiveperiscope , from the current perspective, it is entirely possible to achieve this effect by customizing the MarkdownConfig. Currently, default MarkdownConfig and MarkdownConfig for dark mode are provided. If you wish to have other forms of MarkdownConfig, users may need to customize it themselves.