Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an autolink extension for Markdown #341

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

jrlogsdon
Copy link
Collaborator

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.

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.
@rock3r rock3r self-requested a review April 2, 2024 07:39
@rock3r rock3r added the feature New feature or request label Apr 2, 2024
@rock3r rock3r merged commit 2ee753f into JetBrains:main Apr 2, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants