LoginSignup
0
0

More than 3 years have passed since last update.

マークダウン形式で <> がエスケープされて表示できない時の対処法

Posted at

マークダウン形式で、
<> を表示したい時、エスケープされてしまう場合、

ソースコードを ``` で囲むのではなく、

aaa

<pre> ← < と > は半角にする。で囲むとうまく表示できる。
 


aaa
0
0
0

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
0
0