Skip to content

Commit

Permalink
HTMLエンティティの表示崩れを修正 #1362
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Nov 18, 2024
1 parent a9aca40 commit c747f4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start_editing/markdown_cpprefjp.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ comment out text...
```
®
```
のような書き方をすると、cpprefjpではエラーになります。HTML エンティティを使わず、以下のように書いてください。

上記のような書き方をすると、cpprefjpではエラーになります。HTML エンティティを使わず、以下のように書いてください。

```
®
Expand Down

0 comments on commit c747f4a

Please sign in to comment.