mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 12:32:09 +03:00
trailing newlines
This commit is contained in:
parent
097cd60e49
commit
c9f7d9a92c
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
});
|
||||
```
|
||||
```
|
||||
|
@ -173,4 +173,4 @@ composer clear-cache
|
||||
### Referencias
|
||||
|
||||
* [Composer - Dependency Manager for PHP (EN)](https://getcomposer.org/)
|
||||
* [Packagist.org (EN)](https://packagist.org/)
|
||||
* [Packagist.org (EN)](https://packagist.org/)
|
||||
|
@ -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)
|
||||
[Arch Linux Wiki (EN)](https://wiki.archlinux.org/index.php/Vim)
|
||||
|
@ -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).
|
||||
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).
|
||||
|
@ -144,4 +144,4 @@ set2:
|
||||
elem1: null
|
||||
elem2: null
|
||||
elem3: null
|
||||
```
|
||||
```
|
||||
|
@ -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/)
|
||||
* [Official OSL Documentation](https://open-shading-language.readthedocs.io/en/main/)
|
||||
|
@ -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/)
|
||||
* [Recursos adicionais](http://kotlin.link/)
|
||||
|
@ -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)
|
||||
If you don't like C check out the [raylib bindings](https://github.com/raysan5/raylib/blob/master/BINDINGS.md)
|
||||
|
@ -122,4 +122,4 @@ SELECT random() AS Random;
|
||||
SELECT upper(ad) FROM Table1;
|
||||
SELECT lower(ad) FROM Table1;
|
||||
SELECT ad, length(ad) FROM Table1;
|
||||
```
|
||||
```
|
||||
|
@ -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/).
|
||||
or check it out at the [v playground](https://v-wasm.vercel.app/).
|
||||
|
@ -121,4 +121,4 @@ XML是一种标记语言,被设计用来存储数据和传输数据。
|
||||
<price>30.00</price>
|
||||
</book>
|
||||
</bookstore>
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user