1
0
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:
Boris Verkhovskiy
2024-04-06 08:33:50 -07:00
parent 9fa4b5af80
commit 3e687f1a8c
403 changed files with 257 additions and 618 deletions

View File

@@ -555,7 +555,6 @@ main() {
example30 // 增加此註解可阻止dart formatter把所有項目都換行
].forEach((ef) => ef());
}
```
##

View File

@@ -13,7 +13,6 @@ Elixir 是一門建構在 Erlang 虛擬機上的現代函數式語言。它完
```elixir
# 單行註解以井字號開頭
# 沒有多行註解的功能

View File

@@ -23,7 +23,6 @@ Python 3.X可以看這篇[Python 3 教學 (英文)](http://learnxinyminutes.com/
`__future__` 模組允許你撰寫可以在Python 2上執行的Python 3程式碼詳細訊息請參考Python 3 教學。
```python
# 單行註解從井字號開始
""" 多行字串可以用三個雙引號