Added deterministic function layer

This commit is contained in:
2026-05-04 19:26:25 +02:00
parent 3840ff4617
commit 1197b39a76
11 changed files with 1305 additions and 16 deletions

View 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")
```