From f40da8d781c80b2eff71925e1af11e1aa2542cf6 Mon Sep 17 00:00:00 2001 From: meld-cp <18450687+meld-cp@users.noreply.github.com> Date: Thu, 30 Mar 2023 07:16:13 +1300 Subject: [PATCH] Update user-guide.md --- docs/user-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.