Fix Markdown warnings in README.md (#14187)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2023-01-09 17:51:12 +01:00
committed by GitHub
parent 3ba37b431a
commit 0304d74f87
24 changed files with 54 additions and 33 deletions

View File

@@ -45,6 +45,7 @@ Number Temperature "Temperature [%.1f °C]"
```
The regex pattern is is defined as follows
* `.*` match any character, zero and unlimited times
* `=` match the equal sign literally, used to find the position
* `()` capture group match