The customization section states that that _style.css and _script.js in the repository will be included as custom CSS/Javascript; however, I'm only able to get this to work if the files end in .md. I believe this is caused by line 22 of the components.js, which hardcodes .md to the filename it is looking for:
(As an aside, I think the wiki would be more flexible if it looked for other common file extensions, like .markdown, or even .text, but that's probably a separate issue...)
The customization section states that that
_style.css
and_script.js
in the repository will be included as custom CSS/Javascript; however, I'm only able to get this to work if the files end in.md
. I believe this is caused by line 22 of thecomponents.js
, which hardcodes.md
to the filename it is looking for:(As an aside, I think the wiki would be more flexible if it looked for other common file extensions, like
.markdown
, or even.text
, but that's probably a separate issue...)