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

Callout内で**太字**が使えない #82

Closed
r4ai opened this issue Jan 28, 2024 · 0 comments · Fixed by #83
Closed

Callout内で**太字**が使えない #82

r4ai opened this issue Jan 28, 2024 · 0 comments · Fixed by #83
Assignees
Labels
priority: high 致命的な問題であり、最優先で解決されるべき type: bug Something isn't working

Comments

@r4ai
Copy link
Contributor

r4ai commented Jan 28, 2024

無効なCalloutの例

> [!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

@r4ai r4ai added type: bug Something isn't working priority: high 致命的な問題であり、最優先で解決されるべき labels Jan 28, 2024
@r4ai r4ai self-assigned this Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high 致命的な問題であり、最優先で解決されるべき type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant