1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-09-02 19:22:49 +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

@@ -107,7 +107,6 @@ HTML اختصار ل HyperText Markup Language، أي "لغة ترميز الن
<td>الصف الثاني، العمود الأول</td>
</tr>
</table>
```
## الاستعمال

View File

@@ -22,7 +22,6 @@ filename: learnpython-ar.py
ملحوظة: هذا المقال يُطبق على بايثون 3 فقط. راجع المقال [هنا](http://learnxinyminutes.com/docs/pythonlegacy/) إذا أردت تعلم لغة البايثون نسخة 2.7 الأقدم
```python
# تعليق من سطر واحد يبدأ برمز الرقم.
""" يمكن كتابة تعليق يتكون من أكثر من سطر

View File

@@ -125,6 +125,7 @@ DELETE FROM tablename1;
-- تماما tablename1 إزالة جدول
DROP TABLE tablename1;
```
<div dir="rtl">
## اقرأ أكثر