diff --git a/docs/user-guide.md b/docs/user-guide.md index 0c362b3..99bf0a5 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -100,8 +100,8 @@ Say your note looks like this: # My Runnable Note The template codeblock: -```html -
Greetings {{name}}, {{message}}
+``` +Greetings {{name}}, {{message}} ``` The meld-build block to run: @@ -116,7 +116,7 @@ await $.ui.message( result ); ```` -Running this note will show a message with the following text: 'Greetings **John**, How are you?' +Running this note will show a message with the following text: 'Greetings John, How are you?' See the `$.io.import` and `$.io.load` [API](api.md) functions for other ways to load templates.