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
N/A
Allow custom titles of containers to be manipulated with Markdown, such as bold, italics, or hyperlinks.
No response
The text was updated successfully, but these errors were encountered:
Hi! Can you explain more on what are you trying to do here? Are you trying to do something like this: ::: foo?
::: foo
Sorry, something went wrong.
I'm trying to do something like:
::: info [Lorem ipsum](https://example.org) This is some example text
and have the title of the container be a hyperlink like Lorem Ipsum. This is especially useful for quotes as I can link it back to the source.
Oh. I thought this will be working by default. For now you can try doing this:
::: info <a href="https://foo.bar">Lorem ipsum</a> This is an info box. :::
We will fix this. Thanks.
fix: title in containers not working with markdown content (#765) (#768)
c5c3c64
fix #765
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
N/A
Describe the solution you'd like
Allow custom titles of containers to be manipulated with Markdown, such as bold, italics, or hyperlinks.
Describe alternatives you've considered
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: