Skip to content

Commit fda7c25

Browse files
committed
Add raw tag to properly display documentation template
1 parent 38b6da1 commit fda7c25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/SCIRun5ModuleGeneration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,6 +1433,7 @@ You should totally document the modules you add. There is only one required file
14331433
Create a file in `docs/_includes/modules/` with the name *ModuleName.md*
14341434

14351435
A template for the contents is provided here with annotated comments:
1436+
{% raw %}
14361437
```
14371438
---
14381439
title: MODULE_NAME
@@ -1463,6 +1464,7 @@ tags: module
14631464
{% capture url %}{% include url.md %}{% endcapture %}
14641465
{{ url }}
14651466
```
1467+
{% endraw %}
14661468

14671469
#### 8.3 Creating the Symbolic Link
14681470
Create a symbolic link in `docs/modules` with the same name that points to this new file you created.

0 commit comments

Comments
 (0)