Skip to content

Commit

Permalink
Markdown拡張: 「箇条書きの前に空行が必要」「コードブロックのあとに空行が必要」の制限がなくなったので削除 #1362
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Dec 16, 2024
1 parent 45569a7 commit 46badd1
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions start_editing/markdown_cpprefjp.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,32 +65,6 @@ comment out text...
```


### リストの前に空行が必要な制限
```
適当な文字列
* リスト
* リスト2
```

このような書き方をすると、cpprefjpでは以下の様な表示になります。

```
適当な文字列 * リスト * リスト2
```

通常の文字列に続いてリストを置く場合、空行を入れる必要があります。

```
適当な文字列
* リスト
* リスト2
```

### コードブロックのあとに空行が必要な制限
後述する「プログラムの修飾に関する拡張」に関連して、コードブロックのあとに説明文章を書く際には空行をあけなければなりません。


## Markdown記法の拡張

Markdownだけだと表現力が足りないため、cpprefjpでは構文を拡張しています。
Expand Down

0 comments on commit 46badd1

Please sign in to comment.