Add space after header symbol

This commit is contained in:
Boris Verkhovskiy 2024-12-18 18:03:42 -07:00
parent 789fffd9f8
commit 89b09faed3
15 changed files with 15 additions and 15 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,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 - name: Lint frontmatter
run: ./lint/frontmatter.py . run: ./lint/frontmatter.py .

View File

@ -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 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. 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: Before you study AngularJS, you should have a basic understanding of:

View File

@ -186,7 +186,7 @@ organizations.
THE FULL NAME IS: BOB GIBBERISH COBB THE FULL NAME IS: BOB GIBBERISH COBB
``` ```
##Ready For More? ## Further reading
* [GnuCOBOL](https://sourceforge.net/projects/open-cobol/) * [GnuCOBOL](https://sourceforge.net/projects/open-cobol/)

View File

@ -202,7 +202,7 @@ chau
``` ```
##Listo Para Mas? ## Listo Para Mas?
* [README](https://git.sr.ht/~maleza/curto/tree/curto/item/README) * [README](https://git.sr.ht/~maleza/curto/tree/curto/item/README)
* [GLOSARIO](https://git.sr.ht/~maleza/curto/tree/curto/item/GLOSARIO) * [GLOSARIO](https://git.sr.ht/~maleza/curto/tree/curto/item/GLOSARIO)

View File

@ -191,6 +191,6 @@ name get-global . ! "Bob"
[ 2 + ] \ - suffix ! Quotation [ 2 + - ] [ 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) * [Documentación de Factor](http://docs.factorcode.org/content/article-help.home.html)

View File

@ -216,7 +216,7 @@ page
\ bye \ bye
``` ```
##Listo Para Mas? ## Listo Para Mas?
* [Starting Forth](http://www.forth.com/starting-forth/) * [Starting Forth](http://www.forth.com/starting-forth/)
* [Simple Forth](http://www.murphywong.net/hello/simple.htm) * [Simple Forth](http://www.murphywong.net/hello/simple.htm)

View File

@ -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 *) Sólo funciona en interfaces gráficas *)
``` ```
##Listo para mas? ## Listo para mas?
* [Centro de Documentación](http://reference.wolfram.com/language/) * [Centro de Documentación](http://reference.wolfram.com/language/)

View File

@ -175,6 +175,6 @@ name get-global . ! "Bob"
[ 2 + ] \ - suffix ! Quotation [ 2 + - ] [ 2 + ] \ - suffix ! Quotation [ 2 + - ]
``` ```
##Ready For More? ## Further reading
* [Factor Documentation](http://docs.factorcode.org/content/article-help.home.html) * [Factor Documentation](http://docs.factorcode.org/content/article-help.home.html)

View File

@ -218,7 +218,7 @@ page
\ bye \ bye
``` ```
##Ready For More? ## Further reading
* [Starting Forth](http://www.forth.com/starting-forth/) * [Starting Forth](http://www.forth.com/starting-forth/)
* [Simple Forth](http://www.murphywong.net/hello/simple.htm) * [Simple Forth](http://www.murphywong.net/hello/simple.htm)

View File

@ -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 target una specifica versione di MRI. Molte implementazioni hanno l'abilità di
selezionare una versione specifica di MRI. selezionare una versione specifica di MRI.
##Ruby Spec ## Ruby Spec
La maggior parte delle implementazioni Ruby dipendono pesantemente su La maggior parte delle implementazioni Ruby dipendono pesantemente su
[Ruby Spec](https://github.com/ruby/spec). Ruby non ha una specifica ufficiale, quindi la [Ruby Spec](https://github.com/ruby/spec). Ruby non ha una specifica ufficiale, quindi la

View File

@ -334,6 +334,6 @@ safe(Group) :- memberchk(joker, Group) -> memberchk(batman, Group) ; true.
?- maplist(plus(1), [2,3,4], Output). % Output = [3, 4, 5]. ?- maplist(plus(1), [2,3,4], Output). % Output = [3, 4, 5].
``` ```
##Ready For More? ## Further reading
* [SWI-Prolog](http://www.swi-prolog.org/) * [SWI-Prolog](http://www.swi-prolog.org/)

View File

@ -175,6 +175,6 @@ name get-global . ! "Bob"
[ 2 + ] \ - suffix ! Quotation [ 2 + - ] [ 2 + ] \ - suffix ! Quotation [ 2 + - ]
``` ```
##Pronto para mais? ## Pronto para mais?
* [Documentação do Factor](http://docs.factorcode.org/content/article-help.home.html) * [Documentação do Factor](http://docs.factorcode.org/content/article-help.home.html)

View File

@ -233,7 +233,7 @@ words
bye bye
``` ```
##Готовы к большему? ## Готовы к большему?
* [Начала Форта (англ.)](http://www.forth.com/starting-forth/) * [Начала Форта (англ.)](http://www.forth.com/starting-forth/)
* [Простой Форт (англ.)](http://www.murphywong.net/hello/simple.htm) * [Простой Форт (англ.)](http://www.murphywong.net/hello/simple.htm)

View File

@ -139,6 +139,6 @@ Manipulate[y^2, {y, 0, 20}] (* Return a reactive user interface that displays y^
Only works on graphical frontends *) Only works on graphical frontends *)
``` ```
##Ready For More? ## Further reading
* [Wolfram Language Documentation Center](http://reference.wolfram.com/language/) * [Wolfram Language Documentation Center](http://reference.wolfram.com/language/)

View File

@ -620,5 +620,5 @@ nil ; 逻辑假,或者空列表
同时也感谢 同时也感谢
- [Paul Khuong](https://github.com/pkhuong) ,他提出了很多有用的点评。 - [Paul Khuong](https://github.com/pkhuong) ,他提出了很多有用的点评。
##译者寄语 ## 译者寄语
“祝福那些将思想镶嵌在重重括号之内的人们。” “祝福那些将思想镶嵌在重重括号之内的人们。”