You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice the `{{{ #://... }}}` and `{{{ @://... }}}`, these are used to include local and remot files in your Template respectively.
27
-
This Template will then include `examples/data.json` and `docker-compose.yaml` (from [Secured Signal API](https://github.com/CodeShellDev/secured-signal-api/blob/main/docker-compose.yaml)) in its File Content.
57
+
You want the `docker-compose.yaml` file for Secured Signal API?
Notice the `{{ #://... }}}` and `{{ @://... }}}`, these are used to include local and remot files in your Template respectively.
98
+
This Template will then include `examples/fs/INCREDIBLE.md` and `docker-compose.yaml` (from [Secured Signal API](https://github.com/CodeShellDev/secured-signal-api/blob/main/docker-compose.yaml)) in its File Content.
28
99
29
100
Which results in:
30
101
31
102
```markdown
32
-
{{{ !#://examples/TEMPLATE.md }}}
103
+
Wow, look at this incredible file... 🥳
104
+
105
+
{{{ #://examples/fs/INCREDIBLE.md }}}
106
+
107
+
You want the `docker-compose.yaml` file for Secured Signal API?
0 commit comments