Remove spacing after list markers

This commit is contained in:
Boris Verkhovskiy 2024-12-18 17:17:25 -07:00
parent 755d45e978
commit f888151153
4 changed files with 8 additions and 14 deletions

View File

@ -23,6 +23,6 @@ jobs:
- name: Files are UTF-8 - name: Files are UTF-8
run: ./lint/encoding.sh . run: ./lint/encoding.sh .
- name: Lint Markdown - name: Lint Markdown
run: mdl . --ignore-front-matter -r MD003,MD005,MD011,MD019,MD023,MD025,MD027,MD028,MD035,MD037,MD038,MD039,MD047 run: mdl . --ignore-front-matter -r MD003,MD005,MD011,MD019,MD023,MD025,MD027,MD028,MD030,MD035,MD037,MD038,MD039,MD047
- name: Lint frontmatter - name: Lint frontmatter
run: ./lint/frontmatter.py . run: ./lint/frontmatter.py .

View File

@ -151,12 +151,6 @@ HTML קיצור של Hypertext Markup Language כלומר זוהי שפה שמש
</table> </table>
``` ```
## שימוש
HTML נכתב בקבצים המסתיימים ב-`.html` או `.htm`.
**HTML אינה שפת תכנות**
## לקריאה נוספת ## לקריאה נוספת
- [Wikipedia](https://he.wikipedia.org/wiki/HTML) - [Wikipedia](https://he.wikipedia.org/wiki/HTML)