Add Slim whitespacing section (#1385)

This commit is contained in:
Josua Schmid 2020-08-03 14:20:05 +02:00 committed by GitHub
parent aef8d25a92
commit dec49c3969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
slim.md
View File

@ -105,6 +105,19 @@ div
it is nice
```
### Advanced whitespaces
```jade
div
' This appends a whitespace
div
| This hackily prepends a whitespace
div
=> 'This appends a whitespace'
div
=< 'This prepends a whitespace'
```
### Inline HTML
```jade