updated Readme

This commit is contained in:
Nicole Dresselhaus 2017-09-12 11:58:00 +02:00
parent e8f434810c
commit 8bc06762ff
Signed by: Drezil
GPG Key ID: 057D94F356F41E25

View File

@ -48,6 +48,40 @@ support for
Note: Tooltip-Syntax has changed.
### Cols
This filter makes multi-column-layouts out of lvl-x-headings
Syntax is
```
## a b
```
yielding a 2-column-layout with aspects a:b i.e. 1:1 for 50/50-layout
or 8:2 for 80/20 layout
currently works for 2 and 3-columns, but extension is straight-forward.
If you need multiple Block-Elements inside one column, just wrap them
with a `<div>` or wait for [#168](https://github.com/jgm/pandoc/issues/168):
```
## 2 5
<div>
multiple things
- foo
- bar
![image](...)
</div>
second column here with only 1 element.
```
### Clean
Small filter for cleaning empty Blocks if they get generated by accident.