-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Can't add a Mastodon link in links and labels #57
Comments
I tried replacing the @ with %40, it does compiles correctly, but the link gives me a 404. At least on firefox. |
Same. Others have posted on this here: https://mastodon.social/@ajamesgreen/109341659266526443 It looks like the @cderv any thoughts? |
Thanks for being my post across to here @jhelvy |
Usually when you want to add a Usually any special markdown character (and Hopefully, this is what happens here. This would mean the link added in YAML is processed as Markdown or inserted in a pre render step. |
Welp, that did it! Except I needed to use - label: '<i class="fab fa-mastodon fa-lg"></i>'
url: "https://fediscience.org/\\@jhelvy" |
Hello,
so when a mastodon link (that contains an @) is added, the render doesn't happen properly.
Example:
`---
title: "Name"
links:
url: "https://www.linkedin.com/in/blablabla/"
url: "https://im-in.space/@blablabla"
output:
postcards::trestles
---`
Is there any way to force the url to not swap mode when the @ is added?
The text was updated successfully, but these errors were encountered: