mirror of
https://github.com/meld-cp/obsidian-build.git
synced 2026-07-22 04:34:27 +00:00
Update user-guide.md
This commit is contained in:
parent
0bbb5f0d44
commit
f40da8d781
1 changed files with 3 additions and 3 deletions
|
|
@ -100,8 +100,8 @@ Say your note looks like this:
|
|||
# My Runnable Note
|
||||
|
||||
The template codeblock:
|
||||
```html
|
||||
<p>Greetings <strong>{{name}}</strong>, {{message}}</p>
|
||||
```
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue