mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 14:52:54 +01:00
fix: String Format node markdown format error (#42)
This commit is contained in:
@@ -35,7 +35,6 @@ The <span className="ndl-node">String Format</span> node needs a format input wh
|
|||||||
|
|
||||||
## Outputs
|
## Outputs
|
||||||
|
|
||||||
| Data | Description |
|
| 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 |
|
| <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_. |
|
||||||
| formatted string will be _9 hours ago_. |
|
|
||||||
|
|||||||
Reference in New Issue
Block a user