mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Remove spacing after list markers
This commit is contained in:
parent
755d45e978
commit
f888151153
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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 .
|
||||||
|
@ -182,5 +182,5 @@ KTHXBYE
|
|||||||
|
|
||||||
## Weiterführende Informationen:
|
## Weiterführende Informationen:
|
||||||
|
|
||||||
- [LCI compiler](https://github.com/justinmeza/lci)
|
- [LCI compiler](https://github.com/justinmeza/lci)
|
||||||
- [Official spec](https://github.com/justinmeza/lolcode-spec/blob/master/v1.2/lolcode-spec-v1.2.md)
|
- [Official spec](https://github.com/justinmeza/lolcode-spec/blob/master/v1.2/lolcode-spec-v1.2.md)
|
||||||
|
12
he/html.md
12
he/html.md
@ -151,14 +151,8 @@ HTML קיצור של Hypertext Markup Language כלומר זוהי שפה שמש
|
|||||||
</table>
|
</table>
|
||||||
```
|
```
|
||||||
|
|
||||||
## שימוש
|
|
||||||
|
|
||||||
HTML נכתב בקבצים המסתיימים ב-`.html` או `.htm`.
|
|
||||||
|
|
||||||
**HTML אינה שפת תכנות**
|
|
||||||
|
|
||||||
## לקריאה נוספת
|
## לקריאה נוספת
|
||||||
|
|
||||||
- [Wikipedia](https://he.wikipedia.org/wiki/HTML)
|
- [Wikipedia](https://he.wikipedia.org/wiki/HTML)
|
||||||
- [HTML Tutorial (EN)](https://developer.mozilla.org/en-US/docs/Web/HTML)
|
- [HTML Tutorial (EN)](https://developer.mozilla.org/en-US/docs/Web/HTML)
|
||||||
- [W3Schools (EN)](http://www.w3schools.com/html/html_intro.asp)
|
- [W3Schools (EN)](http://www.w3schools.com/html/html_intro.asp)
|
||||||
|
@ -181,5 +181,5 @@ KTHXBYE
|
|||||||
|
|
||||||
## Further reading:
|
## Further reading:
|
||||||
|
|
||||||
- [LCI compiler](https://github.com/justinmeza/lci)
|
- [LCI compiler](https://github.com/justinmeza/lci)
|
||||||
- [Official spec](https://github.com/justinmeza/lolcode-spec/blob/master/v1.2/lolcode-spec-v1.2.md)
|
- [Official spec](https://github.com/justinmeza/lolcode-spec/blob/master/v1.2/lolcode-spec-v1.2.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user