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

図表キャプション内で他の記法が使えない #35

Open
yamasy1549 opened this issue Aug 3, 2020 · 1 comment
Open

図表キャプション内で他の記法が使えない #35

yamasy1549 opened this issue Aug 3, 2020 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@yamasy1549
Copy link
Member

yamasy1549 commented Aug 3, 2020

キャプション内でMarkdown/VFM記法を使うと、指定したテキストがそのまま出力される

Step to reproduce

  1. 次のように、キャプションに $t-v(t)${Ruby|るび} などを含むテキストを指定する
![$t-v(t)$ のグラフ](t-v.png)

Actual output

image

<figure>
  <img src="image/t-v.png" alt="$t-v(t)$ のグラフ">
  <figcaption>$t-v(t)$ のグラフ</figcaption>
</figure>

Expected behavior

キャプションのテキストもVFMで変換されてほしい

@yamasy1549 yamasy1549 added the bug Something isn't working label Aug 3, 2020
@akabekobeko akabekobeko self-assigned this Jan 16, 2021
@akabekobeko akabekobeko added this to the v2.0.0 milestone Apr 3, 2021
@akabekobeko
Copy link
Member

記法が入れ子になった場合の仕様を検討する必要があります。キャプションだけ許可するのか、他のテキスト系も処理するのかなど。

数式だけに対応するならよいですが、影響範囲の大きな機能となりそうなため v2.0 へ見送ります。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants