Skip to content

Commit

Permalink
Add space after header symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky committed Dec 19, 2024
1 parent 789fffd commit 89b09fa
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 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,MD030,MD035,MD037,MD038,MD039,MD047
run: mdl . --ignore-front-matter -r MD003,MD005,MD011,MD018,MD019,MD023,MD025,MD027,MD028,MD030,MD035,MD037,MD038,MD039,MD047
- name: Lint frontmatter
run: ./lint/frontmatter.py .
2 changes: 1 addition & 1 deletion angularjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The idea turned out very well, and the project is now officially supported by Go
AngularJS is a JavaScript framework. It can be added to an HTML page with a "script" tag.
AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions.

##What You Should Already Know
## What You Should Already Know

Before you study AngularJS, you should have a basic understanding of:

Expand Down
2 changes: 1 addition & 1 deletion cobol.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ organizations.
THE FULL NAME IS: BOB GIBBERISH COBB
```

##Ready For More?
## Further reading

* [GnuCOBOL](https://sourceforge.net/projects/open-cobol/)

2 changes: 1 addition & 1 deletion es/curto.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ chau
```

##Listo Para Mas?
## Listo Para Mas?

* [README](https://git.sr.ht/~maleza/curto/tree/curto/item/README)
* [GLOSARIO](https://git.sr.ht/~maleza/curto/tree/curto/item/GLOSARIO)
2 changes: 1 addition & 1 deletion es/factor.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,6 @@ name get-global . ! "Bob"
[ 2 + ] \ - suffix ! Quotation [ 2 + - ]
```

##Listo para más?
## Listo para más?

* [Documentación de Factor](http://docs.factorcode.org/content/article-help.home.html)
2 changes: 1 addition & 1 deletion es/forth.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ page
\ bye
```

##Listo Para Mas?
## Listo Para Mas?

* [Starting Forth](http://www.forth.com/starting-forth/)
* [Simple Forth](http://www.murphywong.net/hello/simple.htm)
Expand Down
2 changes: 1 addition & 1 deletion es/wolfram.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ Manipular[y^2, {y, 0, 20}] (* Devuelve una interfaz de usuario reactiva que mues
Sólo funciona en interfaces gráficas *)
```

##Listo para mas?
## Listo para mas?

* [Centro de Documentación](http://reference.wolfram.com/language/)
2 changes: 1 addition & 1 deletion factor.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@ name get-global . ! "Bob"
[ 2 + ] \ - suffix ! Quotation [ 2 + - ]
```

##Ready For More?
## Further reading

* [Factor Documentation](http://docs.factorcode.org/content/article-help.home.html)
2 changes: 1 addition & 1 deletion forth.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ page
\ bye
```

##Ready For More?
## Further reading

* [Starting Forth](http://www.forth.com/starting-forth/)
* [Simple Forth](http://www.murphywong.net/hello/simple.htm)
Expand Down
2 changes: 1 addition & 1 deletion it/ruby-ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Le implementazioni Ruby possono avere una propria versione, ma hanno sempre come
target una specifica versione di MRI. Molte implementazioni hanno l'abilità di
selezionare una versione specifica di MRI.

##Ruby Spec
## Ruby Spec

La maggior parte delle implementazioni Ruby dipendono pesantemente su
[Ruby Spec](https://github.com/ruby/spec). Ruby non ha una specifica ufficiale, quindi la
Expand Down
2 changes: 1 addition & 1 deletion prolog.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,6 @@ safe(Group) :- memberchk(joker, Group) -> memberchk(batman, Group) ; true.
?- maplist(plus(1), [2,3,4], Output). % Output = [3, 4, 5].
```

##Ready For More?
## Further reading

* [SWI-Prolog](http://www.swi-prolog.org/)
2 changes: 1 addition & 1 deletion pt-br/factor.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@ name get-global . ! "Bob"
[ 2 + ] \ - suffix ! Quotation [ 2 + - ]
```

##Pronto para mais?
## Pronto para mais?

* [Documentação do Factor](http://docs.factorcode.org/content/article-help.home.html)
2 changes: 1 addition & 1 deletion ru/forth.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ words
bye
```

##Готовы к большему?
## Готовы к большему?

* [Начала Форта (англ.)](http://www.forth.com/starting-forth/)
* [Простой Форт (англ.)](http://www.murphywong.net/hello/simple.htm)
Expand Down
2 changes: 1 addition & 1 deletion wolfram.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ Manipulate[y^2, {y, 0, 20}] (* Return a reactive user interface that displays y^
Only works on graphical frontends *)
```

##Ready For More?
## Further reading

* [Wolfram Language Documentation Center](http://reference.wolfram.com/language/)
2 changes: 1 addition & 1 deletion zh-cn/common-lisp.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,5 +620,5 @@ nil ; 逻辑假,或者空列表
同时也感谢
- [Paul Khuong](https://github.com/pkhuong) ,他提出了很多有用的点评。

##译者寄语
## 译者寄语
“祝福那些将思想镶嵌在重重括号之内的人们。”

0 comments on commit 89b09fa

Please sign in to comment.