mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Addon docs
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
``` bash
|
||||
{% set data = load_data(path=path) %}
|
||||
``` bash
|
||||
{{ data | safe }}
|
||||
```
|
||||
|
4
website/site/templates/shortcodes/incl_json.md
Normal file
4
website/site/templates/shortcodes/incl_json.md
Normal file
@ -0,0 +1,4 @@
|
||||
{% set data = load_data(path=path) %}
|
||||
``` json
|
||||
{{ data | safe }}
|
||||
```
|
Reference in New Issue
Block a user