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

Marky-Mark is not detecting url automatically. How to enable that?? #91

Closed
nselvapandian opened this issue May 27, 2019 · 4 comments
Closed

Comments

@nselvapandian
Copy link

Marky-Mark information

  • Marky-Mark version: _____
  • MarkDownConfiguration: _____ (View, AttributedString)

Describe the bug

A clear and concise description of what the bug is.

Used markdown text

What markdown text did you use that caused this issue?
Try to isolate the part causing the issue.

Screenshots

If applicable, add screenshots to help explain your problem.

@nselvapandian nselvapandian changed the title Marky-Mark is not detecting url. How to enable that?? Marky-Mark is not detecting url automatically. How to enable that?? May 27, 2019
@jvanzummeren
Copy link
Contributor

jvanzummeren commented May 27, 2019

URL markdown syntax is enable by default. 'Autodetecting' URL's that are not within the url markdown syntax is not a markdown feature, you can achieve this by using the auto detect feature of a UITextView or by writing a markdown rule that detects url without markdown syntax.

Example of an URL in Markdown:

[Google](https://www.google.com)

@nselvapandian
Copy link
Author

Can we achieve it using this framework? I mean both, markdown syntax and auto detect url?

@jvanzummeren
Copy link
Contributor

Please check the example project on how to convert markdown to an attributed string. Use the attributed string to display your text with a UITextView.

Regards,

Jim

@Basca
Copy link
Contributor

Basca commented Sep 19, 2019

Closing due to inactivity and fix provided

@Basca Basca closed this as completed Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants