diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a5f13ca7..60dffe87 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 . diff --git a/angularjs.md b/angularjs.md index 086fc9bf..cb5704bf 100644 --- a/angularjs.md +++ b/angularjs.md @@ -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: diff --git a/cobol.md b/cobol.md index 7a8233b1..c5953c33 100644 --- a/cobol.md +++ b/cobol.md @@ -186,7 +186,7 @@ organizations. THE FULL NAME IS: BOB GIBBERISH COBB ``` -##Ready For More? +## Further reading * [GnuCOBOL](https://sourceforge.net/projects/open-cobol/) diff --git a/es/curto.md b/es/curto.md index b5d61ee1..1043a307 100644 --- a/es/curto.md +++ b/es/curto.md @@ -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) diff --git a/es/factor.md b/es/factor.md index 52b3aea0..b6855beb 100644 --- a/es/factor.md +++ b/es/factor.md @@ -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) diff --git a/es/forth.md b/es/forth.md index d49ff061..473ade91 100644 --- a/es/forth.md +++ b/es/forth.md @@ -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) diff --git a/es/wolfram.md b/es/wolfram.md index b70af150..a14541a4 100644 --- a/es/wolfram.md +++ b/es/wolfram.md @@ -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/) diff --git a/factor.md b/factor.md index dc9e2b6d..c2a8c281 100644 --- a/factor.md +++ b/factor.md @@ -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) diff --git a/forth.md b/forth.md index 2bd34ea9..c4af6cd7 100644 --- a/forth.md +++ b/forth.md @@ -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) diff --git a/it/ruby-ecosystem.md b/it/ruby-ecosystem.md index 55564f9e..5d2945c9 100644 --- a/it/ruby-ecosystem.md +++ b/it/ruby-ecosystem.md @@ -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 diff --git a/prolog.md b/prolog.md index fd8c0a57..ebe9b146 100644 --- a/prolog.md +++ b/prolog.md @@ -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/) diff --git a/pt-br/factor.md b/pt-br/factor.md index dba53338..078aa110 100644 --- a/pt-br/factor.md +++ b/pt-br/factor.md @@ -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) diff --git a/ru/forth.md b/ru/forth.md index 00938174..1a69347d 100644 --- a/ru/forth.md +++ b/ru/forth.md @@ -233,7 +233,7 @@ words bye ``` -##Готовы к большему? +## Готовы к большему? * [Начала Форта (англ.)](http://www.forth.com/starting-forth/) * [Простой Форт (англ.)](http://www.murphywong.net/hello/simple.htm) diff --git a/wolfram.md b/wolfram.md index 22abbb90..760d67ea 100644 --- a/wolfram.md +++ b/wolfram.md @@ -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/) diff --git a/zh-cn/common-lisp.md b/zh-cn/common-lisp.md index 51137271..7dacdbcf 100644 --- a/zh-cn/common-lisp.md +++ b/zh-cn/common-lisp.md @@ -620,5 +620,5 @@ nil ; 逻辑假,或者空列表 同时也感谢 - [Paul Khuong](https://github.com/pkhuong) ,他提出了很多有用的点评。 -##译者寄语 +## 译者寄语 “祝福那些将思想镶嵌在重重括号之内的人们。”