| Revision 117,
117 bytes
checked in by xi, 7 years ago
(diff) |
|
Loose indentation rules for the following cases:
- In the flow context, indentation level is not checked.
- For quoted scalars, indentation level is not checked.
- Flow scalars are not required to have at least 1 space indentation. Zero indentation is acceptable.
|
| Line | |
|---|
| 1 | --- |
|---|
| 2 | "this --- is correct" |
|---|
| 3 | --- |
|---|
| 4 | "this |
|---|
| 5 | ...is also |
|---|
| 6 | correct" |
|---|
| 7 | --- |
|---|
| 8 | "a quoted scalar |
|---|
| 9 | cannot contain |
|---|
| 10 | --- |
|---|
| 11 | document separators" |
|---|
Note: See
TracBrowser
for help on using the repository browser.