summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-20 22:11:54 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-20 22:11:54 -0700
commitc9f7d9a92c9561c3bd45c263c4f0e9d0e99c713b (patch)
tree344b9dec5a2a79aead235dde88851af721096d5e
parent097cd60e490bae3b2ed3d033c3c8877e3245b939 (diff)
trailing newlines
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--es-es/jquery-es.html.markdown2
-rw-r--r--es-es/php-composer-es.html.markdown2
-rw-r--r--es-es/vim-es.html.markdown2
-rw-r--r--func.html.markdown2
-rw-r--r--hu-hu/yaml-hu.html.markdown2
-rw-r--r--osl.html.markdown2
-rw-r--r--pt-pt/kotlin-pt.html.markdown2
-rw-r--r--raylib.html.markdown2
-rw-r--r--tr-tr/sql-tr.html.markdown2
-rw-r--r--v.html.markdown2
-rw-r--r--zh-cn/xml-cn.html.markdown2
12 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 257678e9..8992d339 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -15,4 +15,4 @@ jobs:
with:
ruby-version: '3.2'
- run: gem install mdl
- - run: mdl . --ignore-front-matter -r MD011,MD023,MD027,MD028,MD037
+ - run: mdl . --ignore-front-matter -r MD011,MD023,MD027,MD028,MD037,MD047
diff --git a/es-es/jquery-es.html.markdown b/es-es/jquery-es.html.markdown
index fc0ff06c..c67f11ed 100644
--- a/es-es/jquery-es.html.markdown
+++ b/es-es/jquery-es.html.markdown
@@ -134,4 +134,4 @@ var heights = [];
$('p').each(function() {
heights.push($(this).height()); // Añade todas las alturas "p" de la etiqueta a la matriz
});
-``` \ No newline at end of file
+```
diff --git a/es-es/php-composer-es.html.markdown b/es-es/php-composer-es.html.markdown
index ed20edd3..dc8fb520 100644
--- a/es-es/php-composer-es.html.markdown
+++ b/es-es/php-composer-es.html.markdown
@@ -173,4 +173,4 @@ composer clear-cache
### Referencias
* [Composer - Dependency Manager for PHP (EN)](https://getcomposer.org/)
-* [Packagist.org (EN)](https://packagist.org/) \ No newline at end of file
+* [Packagist.org (EN)](https://packagist.org/)
diff --git a/es-es/vim-es.html.markdown b/es-es/vim-es.html.markdown
index 0e44029b..fb160ec7 100644
--- a/es-es/vim-es.html.markdown
+++ b/es-es/vim-es.html.markdown
@@ -235,4 +235,4 @@ set smarttab
[What are the dark corners of Vim your mom never told you about? (Stack Overflow thread) (EN)](http://stackoverflow.com/questions/726894/what-are-the-dark-corners-of-vim-your-mom-never-told-you-about)
-[Arch Linux Wiki (EN)](https://wiki.archlinux.org/index.php/Vim) \ No newline at end of file
+[Arch Linux Wiki (EN)](https://wiki.archlinux.org/index.php/Vim)
diff --git a/func.html.markdown b/func.html.markdown
index da1b2214..a31c1da5 100644
--- a/func.html.markdown
+++ b/func.html.markdown
@@ -335,4 +335,4 @@ do {
This file is mostly copied from [TonFunClessons 15 minutes intro](https://github.com/romanovichim/TonFunClessons_Eng/blob/main/13lesson/15min.md).
-P.S. If by any chance you're familiar with [Forth](https://learnxinyminutes.com/docs/forth/), you can also take a look at [Fift](https://ton-blockchain.github.io/docs/fiftbase.pdf). \ No newline at end of file
+P.S. If by any chance you're familiar with [Forth](https://learnxinyminutes.com/docs/forth/), you can also take a look at [Fift](https://ton-blockchain.github.io/docs/fiftbase.pdf).
diff --git a/hu-hu/yaml-hu.html.markdown b/hu-hu/yaml-hu.html.markdown
index 3fb8b87f..7b45bd3c 100644
--- a/hu-hu/yaml-hu.html.markdown
+++ b/hu-hu/yaml-hu.html.markdown
@@ -144,4 +144,4 @@ set2:
elem1: null
elem2: null
elem3: null
-``` \ No newline at end of file
+```
diff --git a/osl.html.markdown b/osl.html.markdown
index fd4fc7e9..a412ba00 100644
--- a/osl.html.markdown
+++ b/osl.html.markdown
@@ -746,4 +746,4 @@ for (int i = 0; i < 5; i += 1) {
* [Blender Docs for OSL](https://docs.blender.org/manual/en/latest/render/shader_nodes/osl.html)
* [C4D Docs for OSL](https://docs.otoy.com/cinema4d//OpenShadingLanguageOSL.html)
* Open Shading Language on [GitHub](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage)
-* [Official OSL Documentation](https://open-shading-language.readthedocs.io/en/main/) \ No newline at end of file
+* [Official OSL Documentation](https://open-shading-language.readthedocs.io/en/main/)
diff --git a/pt-pt/kotlin-pt.html.markdown b/pt-pt/kotlin-pt.html.markdown
index 47dbb44d..384930d5 100644
--- a/pt-pt/kotlin-pt.html.markdown
+++ b/pt-pt/kotlin-pt.html.markdown
@@ -470,4 +470,4 @@ fun operatorOverloadingDemo() {
* [Tutoriais de Kotlin](https://kotlinlang.org/docs/tutorials/)
* [Experimenta Kotlin no browser](https://play.kotlinlang.org/)
-* [Recursos adicionais](http://kotlin.link/) \ No newline at end of file
+* [Recursos adicionais](http://kotlin.link/)
diff --git a/raylib.html.markdown b/raylib.html.markdown
index e86b7968..7057e525 100644
--- a/raylib.html.markdown
+++ b/raylib.html.markdown
@@ -142,4 +142,4 @@ int main(void)
## Further reading
raylib has some [great examples](https://www.raylib.com/examples.html)
-If you don't like C check out the [raylib bindings](https://github.com/raysan5/raylib/blob/master/BINDINGS.md) \ No newline at end of file
+If you don't like C check out the [raylib bindings](https://github.com/raysan5/raylib/blob/master/BINDINGS.md)
diff --git a/tr-tr/sql-tr.html.markdown b/tr-tr/sql-tr.html.markdown
index 2e91e9f8..8c5b342c 100644
--- a/tr-tr/sql-tr.html.markdown
+++ b/tr-tr/sql-tr.html.markdown
@@ -122,4 +122,4 @@ SELECT random() AS Random;
SELECT upper(ad) FROM Table1;
SELECT lower(ad) FROM Table1;
SELECT ad, length(ad) FROM Table1;
-``` \ No newline at end of file
+```
diff --git a/v.html.markdown b/v.html.markdown
index c691bd9f..e224d981 100644
--- a/v.html.markdown
+++ b/v.html.markdown
@@ -226,4 +226,4 @@ There are more complex concepts to be learnt in V which are available at the
official [V documentation](https://github.com/vlang/v/blob/master/doc/docs.md).
You can also find more information about the V language at the [official website](https://vlang.io/)
-or check it out at the [v playground](https://v-wasm.vercel.app/). \ No newline at end of file
+or check it out at the [v playground](https://v-wasm.vercel.app/).
diff --git a/zh-cn/xml-cn.html.markdown b/zh-cn/xml-cn.html.markdown
index bf9c22dc..3215e3d4 100644
--- a/zh-cn/xml-cn.html.markdown
+++ b/zh-cn/xml-cn.html.markdown
@@ -121,4 +121,4 @@ XML是一种标记语言,被设计用来存储数据和传输数据。
<price>30.00</price>
</book>
</bookstore>
-``` \ No newline at end of file
+```