Update README for lifted double space requirement
This commit is contained in:
parent
2a0bb9a072
commit
295bfb0131
1 changed files with 17 additions and 19 deletions
10
README.md
10
README.md
|
@ -15,10 +15,10 @@ not work). Example (`↦` for tab and `·` for space):
|
||||||
```
|
```
|
||||||
dish·fries:·Frietjes
|
dish·fries:·Frietjes
|
||||||
↦ single_choice·size:·Formaat
|
↦ single_choice·size:·Formaat
|
||||||
↦ ↦ extra_small:·Extra small··€·1.8
|
↦ ↦ extra_small:·Extra small·€·1.8
|
||||||
↦ ↦ small:·······Small········€·2
|
↦ ↦ small:·······Small·······€·2
|
||||||
↦ ↦ medium:······Medium·······€·2.5
|
↦ ↦ medium:······Medium······€·2.5
|
||||||
↦ ↦ large:·······Large········€·3.3
|
↦ ↦ large:·······Large·······€·3.3
|
||||||
```
|
```
|
||||||
|
|
||||||
## Identifiers
|
## Identifiers
|
||||||
|
@ -101,8 +101,6 @@ dish dishid: Name -- This is a description € 3
|
||||||
|
|
||||||
**Note:** Only the `{no_text}` tag is supported at this moment. You can ignore other tags for now.
|
**Note:** Only the `{no_text}` tag is supported at this moment. You can ignore other tags for now.
|
||||||
|
|
||||||
The tag and price part starts with at least two spaces: ` `.
|
|
||||||
|
|
||||||
Tags are `{identifier}`. You can use tags to attach more information about a dish or option in a
|
Tags are `{identifier}`. You can use tags to attach more information about a dish or option in a
|
||||||
structured way. For example: `{has_meat}` signals to vegetarians that they should avoid this.
|
structured way. For example: `{has_meat}` signals to vegetarians that they should avoid this.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue