Skip to content

Commit 262f539

Browse files
committed
docs: Fix HR in Markdown
Markdown parses text blocks as continous as long as there's just one new line inserted. This means that `***` which might be intended as a `<hr>` doesn't get rendered when there's no blank line before it, and is interpreted as text.
1 parent 0d46628 commit 262f539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/user-guide/nodes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ If you are looking at intervals greater than one day - consider using a schedule
4242
The `interval between times` and `at a specific time` options use the standard cron system. This means that 20 minutes will be at the next hour, 20 minutes past and 40 minutes past - not in 20 minutes time. If you want every 20 minutes from now - use the `interval` option.
4343

4444
*Since Node-RED 1.1.0*, the Inject node can now set any property on the message.
45+
4546
***
4647

4748
<img alt="Debug node" style="float: right; margin-top: 20px;" src="/docs/user-guide/images/node_debug.png" width="169px">

0 commit comments

Comments
 (0)