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

Make MarkdownParser output text instead of broken links #1355

Merged
merged 1 commit into from
Aug 20, 2020

Conversation

kamildoleglo
Copy link
Contributor

@kamildoleglo kamildoleglo commented Aug 20, 2020

MarkdownParser should also output info about the unresolved link and its location. This however should be done properly when refactoring the parser

Closes #1345

@sellmair
Copy link
Member

Do you want this being merged into 1.4.0?

}

private fun String.isRemoteLink() = try {
URL(this)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was looking for some more straight-forward way of checking this.
@Kordyjan Do you know a better method? 🙄

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is the way many people do this. It's not the nicest API, but seems to work for others as well 🤷

@kamildoleglo
Copy link
Contributor Author

Do you want this being merged into 1.4.0?

Not sure 🤔 We can do that I think

@kamildoleglo kamildoleglo added this to the 1.4.0 milestone Aug 20, 2020
@sellmair sellmair merged commit 96e70c4 into master Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

S3 Coroutines unresolved links
2 participants