Skip to content

Commit

Permalink
Remove spacing after list markers
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky committed Dec 19, 2024
1 parent 755d45e commit f888151
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Files are UTF-8
run: ./lint/encoding.sh .
- 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
run: ./lint/frontmatter.py .
4 changes: 2 additions & 2 deletions de/lolcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,5 @@ KTHXBYE

## Weiterführende Informationen:

- [LCI compiler](https://github.com/justinmeza/lci)
- [Official spec](https://github.com/justinmeza/lolcode-spec/blob/master/v1.2/lolcode-spec-v1.2.md)
- [LCI compiler](https://github.com/justinmeza/lci)
- [Official spec](https://github.com/justinmeza/lolcode-spec/blob/master/v1.2/lolcode-spec-v1.2.md)
12 changes: 3 additions & 9 deletions he/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,8 @@ HTML קיצור של Hypertext Markup Language כלומר זוהי שפה שמש
</table>
```

## שימוש

HTML נכתב בקבצים המסתיימים ב-`.html` או `.htm`.

**HTML אינה שפת תכנות**

## לקריאה נוספת

- [Wikipedia](https://he.wikipedia.org/wiki/HTML)
- [HTML Tutorial (EN)](https://developer.mozilla.org/en-US/docs/Web/HTML)
- [W3Schools (EN)](http://www.w3schools.com/html/html_intro.asp)
- [Wikipedia](https://he.wikipedia.org/wiki/HTML)
- [HTML Tutorial (EN)](https://developer.mozilla.org/en-US/docs/Web/HTML)
- [W3Schools (EN)](http://www.w3schools.com/html/html_intro.asp)
4 changes: 2 additions & 2 deletions lolcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,5 @@ KTHXBYE

## Further reading:

- [LCI compiler](https://github.com/justinmeza/lci)
- [Official spec](https://github.com/justinmeza/lolcode-spec/blob/master/v1.2/lolcode-spec-v1.2.md)
- [LCI compiler](https://github.com/justinmeza/lci)
- [Official spec](https://github.com/justinmeza/lolcode-spec/blob/master/v1.2/lolcode-spec-v1.2.md)

0 comments on commit f888151

Please sign in to comment.