Formatting fix
This commit is contained in:
parent
28429df819
commit
2d5d3fbd96
2 changed files with 54 additions and 53 deletions
|
@ -127,9 +127,10 @@ postfix | Piece of text that will always be added to the end of the generated op
|
|||
"postfix":")"
|
||||
}
|
||||
]
|
||||
}```
|
||||
}
|
||||
```
|
||||
|
||||
*Don't forget to pass these in the rendering as well*: `{opening_hours_table(opening_hours,yes @ &LPARENS, &RPARENS )`
|
||||
*Don't forget to pass the prefix and postfix in the rendering as well*: `{opening_hours_table(opening_hours,yes @ &LPARENS, &RPARENS )`
|
||||
|
||||
## color
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@ class OpeningHoursTextField implements TextFieldDef {
|
|||
"postfix":")"
|
||||
}
|
||||
]
|
||||
}` + "```\n\n*Don't forget to pass these in the rendering as well*: `{opening_hours_table(opening_hours,yes @ &LPARENS, &RPARENS )`"]).AsMarkdown()
|
||||
}` + "\n```\n\n*Don't forget to pass the prefix and postfix in the rendering as well*: `{opening_hours_table(opening_hours,yes @ &LPARENS, &RPARENS )`"]).AsMarkdown()
|
||||
|
||||
|
||||
isValid() {
|
||||
|
|
Loading…
Reference in a new issue