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
I'm using the syntax like this
<!-- Macro: :box:(.+):(.*):(.+): Template: ac:box Icon: true Name: ${1} Title: ${2} Body: ${3} -->
Is there a way to enable multi-line info box?
The text was updated successfully, but these errors were encountered:
ideally, i'm hoping the markdown syntax would work inside the infobox, like bolding, or bullet points... etc.
Sorry, something went wrong.
I'd love to fix this if you could provide some code pointer.
This works fine.
<!-- Macro: :box:([^:]+):([^:]*):([^:][\s\S]*?): Template: ac:box Icon: true Name: ${1} Title: ${2} Body: ${3} --> :box:info::This is Info. **bold**:
Bolding worked inside the box, but other markdown syntaxes(like bullet points, and code block...etc) did not work.
No branches or pull requests
I'm using the syntax like this
Is there a way to enable multi-line info box?
The text was updated successfully, but these errors were encountered: