fix: String Format node markdown format error (#42)

This commit is contained in:
Eric Tuvesson
2023-10-18 14:10:05 +02:00
committed by GitHub
parent d8ad97a283
commit a0ade3a0ef

View File

@@ -35,7 +35,6 @@ The <span className="ndl-node">String Format</span> node needs a format input wh
## Outputs
| Data | Description |
| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| <span className="ndl-data">Formatted</span> | The formatted string, e.g. if the string format is _{Hours} hours ago_ and the _Hours_ input is connected to a value of _9_ the |
| formatted string will be _9 hours ago_. |
| Data | Description |
| ------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <span className="ndl-data">Formatted</span> | The formatted string, e.g. if the string format is "_{Hours} hours ago_" and the _Hours_ input is connected to a value of _9_, the formatted string will be _9 hours ago_. |