Open Enjot opened 2 months ago
In Markwon, it is possible to disable underlines in links when creating a custom plugin:
class CustomMarkwonPlugin() : AbstractMarkwonPlugin() { override fun configureTheme(builder: MarkwonTheme.Builder) { builder .isLinkUnderlined(false) }
It would be great to add this functionality to this plugin.
In Markwon, it is possible to disable underlines in links when creating a custom plugin:
It would be great to add this functionality to this plugin.