generated from coulomb/repo-seed
Added deterministic function layer
This commit is contained in:
15
examples/functions/basic-functions.md
Normal file
15
examples/functions/basic-functions.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Basic Document Functions
|
||||
|
||||
Status: {{mkt:text.upper "draft"}}
|
||||
|
||||
{{mkt:md.bold "Important"}} sections can use inline functions.
|
||||
|
||||
Pipeline result: {{mkt:text.upper "draft" | text.replace DRAFT Final}}
|
||||
|
||||
```mkt-function md.heading level=2
|
||||
Generated Section
|
||||
```
|
||||
|
||||
```mkt-function md.codeblock lang=python
|
||||
print("hello from a deterministic function")
|
||||
```
|
||||
Reference in New Issue
Block a user