Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 3 years have passed since last update.

Qiita markdownでの数式展開の挙動

Last updated at Posted at 2022-03-27

数式が展開されない例

数式が展開されない
あああ$\tilde{a}_{X}\tilde{a}_{X}$いいい

あああ$\tilde{a}{X}\tilde{a}{X}$いいい

数式が展開される例 (expected)

正常
あああ$f(x)$いいい

あああ$f(x)$いいい

正常
あああ$\tilde{a}\tilde{a}_{X}$いいい

あああ$\tilde{a}\tilde{a}_{X}$いいい

正常
あああ$\tilde{a}_{X}\tilde{a}$いいい

あああ$\tilde{a}_{X}\tilde{a}$いいい

追記

教えていただきました。markdownと数式が競合しているようです。workaroundとして、前後にスペースを入れるといいようです。

workaround
あああ$\tilde{a} _ {X}\tilde{a} _ {X}$いいい

あああ$\tilde{a} _ {X}\tilde{a} _ {X}$いいい

1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?