We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should enable link attributes in the Markdown renderer:
:link_attributes: hash of extra attributes to add to links.
:link_attributes
This would allow things like:
[my link](https://myawesome.link){:target="_blank"}
Update: The above won't work as :link_attributes: is a hash of attributes that are applied to all links.
:link_attributes:
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered:
An alternative is to use https://kramdown.gettalong.org/ which is a superset of Markdown features that includes the above.
Sorry, something went wrong.
Tiny Bonus: Kramdown is a pure ruby parser, so that gets rid of another native extension to build.
No branches or pull requests
Should enable link attributes in the Markdown renderer:
This would allow things like:
Update: The above won't work as
:link_attributes:
is a hash of attributes that are applied to all links.┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: