JetBrains / jewel

An implementation of the IntelliJ look and feels in Compose for Desktop
Apache License 2.0
636 stars 30 forks source link

Add an autolink extension for Markdown #334

Closed jrlogsdon closed 3 months ago

jrlogsdon commented 3 months ago

Exposes the autolink extension offered by the commonmark java library, to markdown rendering in Compose. Since links are already supported for processing and rendering, we only need to hookup the parserExtension to get this to work.

jrlogsdon commented 3 months ago

Closing in favor of: https://github.com/JetBrains/jewel/pull/341