File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -593,9 +593,10 @@ resources
593
593
└── templates
594
594
└── mytemplate.mustache
595
595
= end code
596
- The additional file can then be accessed inside module code via a relative path, eg.,
597
- C < 'resources/templates/mytemplate.mustache'.IO.slurp > . The module installer will provide the correct
598
- absolute reference.
596
+
597
+ The additional file can then be accessed inside module code via a relative path, eg.,
598
+ C < 'resources/templates/mytemplate.mustache'.IO.slurp > . The module installer will provide the correct
599
+ absolute reference.
599
600
600
601
= item The C < README.md > file is a L < markdown-formatted|https://help.github.com/articles/markdown-basics/ >
601
602
text file, which will later be automatically rendered as HTML by GitHub/GitLab for modules kept
You can’t perform that action at this time.
0 commit comments