summaryrefslogtreecommitdiffhomepage
path: root/hu-hu
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-06 08:33:50 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-06 08:33:50 -0700
commit3e687f1a8ccb1cd0d52a966005551d528ca141df (patch)
tree30d433ba19ec49808cc0f0de8a161835ad5f29c9 /hu-hu
parent9fa4b5af80f1cd7fe2469c198d02a21e4f8884a1 (diff)
Remove leading and trailing empty lines in code blocks
Diffstat (limited to 'hu-hu')
-rw-r--r--hu-hu/pythonlegacy-hu.html.markdown1
-rw-r--r--hu-hu/typescript-hu.html.markdown1
2 files changed, 0 insertions, 2 deletions
diff --git a/hu-hu/pythonlegacy-hu.html.markdown b/hu-hu/pythonlegacy-hu.html.markdown
index 483784ba..e2ec755c 100644
--- a/hu-hu/pythonlegacy-hu.html.markdown
+++ b/hu-hu/pythonlegacy-hu.html.markdown
@@ -32,7 +32,6 @@ A `__future__` import használata esetén Python 3-ban írhatod a kódot, ami
Python 2 alatt is futni fog, így ismét a fenti Python 3 bemutató ajánlott.
```python
-
# Az egysoros kommentek kettőskereszttel kezdődnek
""" Többsoros stringeket három darab " közé
diff --git a/hu-hu/typescript-hu.html.markdown b/hu-hu/typescript-hu.html.markdown
index aedd5a64..63c5d8bf 100644
--- a/hu-hu/typescript-hu.html.markdown
+++ b/hu-hu/typescript-hu.html.markdown
@@ -164,7 +164,6 @@ var tuple = pairToTuple({ item1:"hello", item2:"world"});
// definíciós fájl hivatkozása:
/// <reference path="jquery.d.ts" />
-
```
## További források