You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/creating-nodes/help-style-guide.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ The following style guide describes how the help should be structured to ensure
12
12
a consistent appearance between nodes.
13
13
14
14
*Since 2.1.0* : The help text can be provided as markdown rather than HTML. In this
15
-
case the `type` attribute of the `<script>` tag must be `text/markdown`.
15
+
case the `type` attribute of the `<script>` tag must be `text/markdown`.<br>
16
+
When creating markdown help text be careful with indentation, markdown is whitespace sensitve so all lines should have no leading whitespace inside the `<script>` tags.
0 commit comments