mirror of
https://github.com/meld-cp/obsidian-build.git
synced 2026-07-22 07:30:25 +00:00
docs
This commit is contained in:
parent
320c6a21f7
commit
ff0ef12c21
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ It is possible to mark sections of a note with start and end markers. These sec
|
|||
For example, when the following note is run, the `replace me` will be replaced with a random number.
|
||||
|
||||
````md
|
||||
%%my marker=%%replace me%%=my marker%%
|
||||
%%my marker=%%replace me%%=my marker%%
|
||||
|
||||
```js meld-build
|
||||
$.markers.set( 'my marker', Math.random() );
|
||||
|
|
|
|||
Loading…
Reference in a new issue