Merge branch 'release/8.4.3'

This commit is contained in:
Knut Sveidqvist
2019-12-01 07:52:44 +01:00
22 changed files with 1223 additions and 923 deletions

View File

@@ -123,6 +123,28 @@ graph LR
id1{{This is the text in the box}}
```
### Parallelogram
```
graph TD
id1[/This is the text in the box/]
```
```mermaid
graph TD
id1[/This is the text in the box/]
```
### Parallelogram alt
```
graph TD
id1[\This is the text in the box\]
```
```mermaid
graph TD
id1[\This is the text in the box\]
```
### Trapezoid
```