13 lines
271 B
Markdown
13 lines
271 B
Markdown
|
---
|
||
|
title: Transclude
|
||
|
---
|
||
|
|
||
|
Transclusion of content is enabled by using the special shortcode inside your note.
|
||
|
|
||
|
```go
|
||
|
{{</*% include "this-note-content-will-be-rendered-here.md" %*/>}}
|
||
|
```
|
||
|
|
||
|
For see it in action take a look at the "all features" page -> [[all-features]]
|
||
|
|