0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

markdownのコードに半角円マークを表示したいだけ

Posted at

結論は、HTMLで書いた・・・😢

通常表示の場合は簡単

¥

¥

インラインコードの場合

成功

<code>&yen;</code>

¥

失敗1

`\`

\

失敗2

`&yen;`

&yen;

コードの場合

成功

<pre><code>C:&yen;Windows</code></pre>
C:¥Windows

失敗

```
C:\Windows
```
C:\Windows
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?