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

Markdown for "inline-style link with title" not handled properly #212

Closed
klaff opened this issue Jul 14, 2020 · 7 comments
Closed

Markdown for "inline-style link with title" not handled properly #212

klaff opened this issue Jul 14, 2020 · 7 comments

Comments

@klaff
Copy link

klaff commented Jul 14, 2020

I'm working through examples in this Markdown cheatsheet, and the title text doesn't seem to get handled properly.

I tried this:

md"""[I'm an inline-style link with title](https://www.google.com "Google's Homepage")"""

but instead of the quoted title becoming visible on hover, it is appended to the link, breaking it.

@fonsp
Copy link
Owner

fonsp commented Jul 14, 2020

Hey! This is a feature that GitHub added to their own Markdown parser (the one used to render this comment), it's not part of Julia's Markdown parser. These differences are called Markdown flavours.

@fonsp fonsp closed this as completed Jul 14, 2020
@fonsp
Copy link
Owner

fonsp commented Jul 15, 2020

Here is a more helpful answer 😊

image

mind the triple " in the second one

@fonsp
Copy link
Owner

fonsp commented Jul 15, 2020

We want to have a sample notebook with Julia's markdown syntax (#162), that would make the wide range of online guides less confusing.

@klaff
Copy link
Author

klaff commented Jul 16, 2020

Thank you. Something you might like to include in such a sample is a canonical way to show a local image (since the typical Markdown way doesn't work due to browser security limitations). I'm using plot(read("someimage.png")) but I'm not sure if there's a way that is less heavy.

@fonsp
Copy link
Owner

fonsp commented Jul 16, 2020

True! You can subscribe to #183 to hear about our progress

@klaff
Copy link
Author

klaff commented Jul 17, 2020

Awesome, thanks. What's the best place to ask questions about the best way to use this tool? Would you prefer discourse threads? (I like that as I think they are more highly visible to others).

@fonsp
Copy link
Owner

fonsp commented Jul 19, 2020

These GitHub issues are good for questions (see this), and you can also go to the zulip chat room.

But my preferred way is to video chat! You can try if any of us are online in the Pluto room or send us an email ([email protected]) or leave your email with the built-in feedback tool.

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

No branches or pull requests

2 participants