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
> [!warn] title here > body **first** line \`code\` here > > - list 1 > - list 2
yields:
<callout calloutType="warn" calloutIsFoldable="false"> <callout-title calloutType="warn">title here</callout-title> <p>body </p> <ul> <li>list 1</li> <li>list 2</li> </ul> </callout>
AST: https://astexplorer.net/#/gist/56dc948c5fd27697fecb32f0c16e4f48/latest
The text was updated successfully, but these errors were encountered:
r4ai
Successfully merging a pull request may close this issue.
無効なCalloutの例
yields:
AST: https://astexplorer.net/#/gist/56dc948c5fd27697fecb32f0c16e4f48/latest
The text was updated successfully, but these errors were encountered: