-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 formatting in custom container titles #765
Comments
Hi! Can you explain more on what are you trying to do here? Are you trying to do something like this: |
I'm trying to do something like:
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: