Fixes #649
This commit is contained in:
@@ -34,9 +34,7 @@ template: |
|
||||
{{/each}}
|
||||
```
|
||||
|
||||
If you just want to render the raw markdown without handling it as a handlebars template, set `raw` to true:
|
||||
If you want to include another _page_ (not necessarily a template) unprocessed (so without replacing template placeholders), you can use `raw`:
|
||||
```template
|
||||
template: |
|
||||
This is not going to be {{processed}} by Handlebars
|
||||
raw: true
|
||||
raw: "[[internal/test page]]"
|
||||
```
|
||||
|
||||
@@ -7,6 +7,5 @@ share-support: true
|
||||
---
|
||||
|
||||
```template
|
||||
page: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-ghost/main/README]]"
|
||||
raw: true
|
||||
raw: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-ghost/main/README]]"
|
||||
```
|
||||
@@ -6,6 +6,5 @@ author: Zef Hemel
|
||||
---
|
||||
|
||||
```template
|
||||
page: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-git/main/README]]"
|
||||
raw: true
|
||||
raw: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-git/main/README]]"
|
||||
```
|
||||
@@ -7,6 +7,5 @@ tags: plug
|
||||
---
|
||||
|
||||
```template
|
||||
page: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-github/main/README]]"
|
||||
raw: true
|
||||
raw: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-github/main/README]]"
|
||||
```
|
||||
@@ -7,6 +7,5 @@ author: Zef Hemel
|
||||
---
|
||||
|
||||
```template
|
||||
page: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-katex/main/README]]"
|
||||
raw: true
|
||||
raw: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-katex/main/README]]"
|
||||
```
|
||||
@@ -10,6 +10,5 @@ tags: plug
|
||||
|
||||
|
||||
```template
|
||||
page: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-mattermost/main/README]]"
|
||||
raw: true
|
||||
raw: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-mattermost/main/README]]"
|
||||
```
|
||||
@@ -12,6 +12,5 @@ flowchart TD
|
||||
```
|
||||
|
||||
```template
|
||||
page: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-mermaid/main/README]]"
|
||||
raw: true
|
||||
raw: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-mermaid/main/README]]"
|
||||
```
|
||||
@@ -6,6 +6,5 @@ tags: plug
|
||||
---
|
||||
|
||||
```template
|
||||
page: "[[!raw.githubusercontent.com/m1lt0n/silverbullet-serendipity/main/README]]"
|
||||
raw: true
|
||||
raw: "[[!raw.githubusercontent.com/m1lt0n/silverbullet-serendipity/main/README]]"
|
||||
```
|
||||
@@ -8,6 +8,5 @@ author: SilverBullet Authors
|
||||
Remember Twitter?
|
||||
|
||||
```template
|
||||
page: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-twitter/main/README]]"
|
||||
raw: true
|
||||
raw: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-twitter/main/README]]"
|
||||
```
|
||||
@@ -0,0 +1 @@
|
||||
This is a simple test page
|
||||
Reference in New Issue
Block a user