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 formatting in custom container titles #765

Closed
4 tasks done
noClaps opened this issue Jun 9, 2022 · 3 comments · Fixed by #768
Closed
4 tasks done

Markdown formatting in custom container titles #765

noClaps opened this issue Jun 9, 2022 · 3 comments · Fixed by #768
Labels
bug Something isn't working

Comments

@noClaps
Copy link

noClaps commented Jun 9, 2022

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

@brc-dd
Copy link
Member

brc-dd commented Jun 9, 2022

Hi! Can you explain more on what are you trying to do here? Are you trying to do something like this: ::: foo?

@noClaps
Copy link
Author

noClaps commented Jun 9, 2022

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.

@brc-dd
Copy link
Member

brc-dd commented Jun 9, 2022

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.

@brc-dd brc-dd added the bug Something isn't working label Jun 9, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants