mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	add extra comment re mustache escapes to tempalte info
This commit is contained in:
		| @@ -46,6 +46,6 @@ | ||||
|     <p>It is possible to use a property from the flow context or global context. Just use <code>{{flow.name}}</code> or | ||||
|     <code>{{global.name}}</code>, or for persistable store <code>store</code> use <code>{{flow[store].name}}</code> or | ||||
|     <code>{{global[store].name}}</code>. | ||||
|     <p><b>Note: </b>By default, <i>mustache</i> will escape any HTML entities in the values it substitutes. | ||||
|     <p><b>Note: </b>By default, <i>mustache</i> will escape any non-alphanumeric or HTML entities in the values it substitutes. | ||||
|        To prevent this, use <code>{{{triple}}}</code> braces. | ||||
| </script> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user