1
0
Fork 0
forked from Haldis/menus

Update README for lifted double space requirement

This commit is contained in:
Midgard 2024-06-29 11:49:13 +02:00
parent 2a0bb9a072
commit 295bfb0131
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -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.