mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-22 06:13:32 +02:00
Remove leading and trailing empty lines in code blocks
This commit is contained in:
@@ -555,7 +555,6 @@ main() {
|
||||
example30 // 增加此註解可阻止dart formatter把所有項目都換行
|
||||
].forEach((ef) => ef());
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
## 延伸閱讀
|
||||
|
@@ -13,7 +13,6 @@ Elixir 是一門建構在 Erlang 虛擬機上的現代函數式語言。它完
|
||||
採行了比較常見的語法,並提供更多的功能。
|
||||
|
||||
```elixir
|
||||
|
||||
# 單行註解以井字號開頭
|
||||
|
||||
# 沒有多行註解的功能
|
||||
|
@@ -23,7 +23,6 @@ Python 3.X可以看這篇[Python 3 教學 (英文)](http://learnxinyminutes.com/
|
||||
`__future__` 模組允許你撰寫可以在Python 2上執行的Python 3程式碼,詳細訊息請參考Python 3 教學。
|
||||
|
||||
```python
|
||||
|
||||
# 單行註解從井字號開始
|
||||
|
||||
""" 多行字串可以用三個雙引號
|
||||
|
Reference in New Issue
Block a user