Note記法内のコードブロックに :::
があるとNoteが終了してしまう
#306
yarakos95
started this conversation in
要望・アイデア・不具合
Replies: 1 comment
-
@Yarakashi-Kikohshi |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Note 記法内にある Indented code block や Fenced code block に
:::
が含まれていると、Note の終了とみなされてしまいます。Fenced code block では、Note の外を出てコードブロックになってしまいます。
Indented code block のサンプル
サンプルコード
サンプルコード
サンプルコード
Fenced code block のサンプル
サンプルコード
サンプルコード
サンプルコード
追記
どうやら、コードブロックに限らず、行頭に
:::
が来る場合におかしくなってしまうようです。引用符では、2 行目以降に
>
を省略することが出来ますが、ここに:::
があると同様の問題を生じます。サンプルコード
:::note info > 引用 ::: ここも引用のはず。 ここは Note の中のはず。 :::
複数行に渡って行内コードを書く場合でも、やはり同様の結果を得ます。
サンプルコード
数式内でも同じ結果を得ます。
サンプルコード
また、表の 1 列目左の
|
を省略して:::
を書いても同じことが起こります。Beta Was this translation helpful? Give feedback.
All reactions