From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- hu-hu/pythonlegacy-hu.html.markdown | 1 - hu-hu/typescript-hu.html.markdown | 1 - 2 files changed, 2 deletions(-) (limited to 'hu-hu') 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: /// - ``` ## További források -- cgit v1.2.3