sdk_style.md: tables

This commit is contained in:
Yann Cébron 2022-12-01 10:26:51 +01:00
parent 740eaccfb9
commit 7b743bcb3a

View File

@ -216,11 +216,11 @@ The syntax is to use the pipe (`|`) and minus symbols:
```
| Column 1 | Column 2 | Column 3 |
| -------- | -------- | -------- |
|----------|----------|----------|
| Blah | Blah | Blah |
```
Use `&#124;` instead of `|` to prevent escaping problems for `<ui-path>` elements.
Use `& #124;` (remove space before `#`!) instead of `|` to prevent escaping problems for `<ui-path>` elements inside cells.
### Notes and Callouts