GitHub does not allow `<script>` tags to be used properly.
James103 opened this issue ยท 2 comments
In https://github.com/samolego/Taterzens/blob/master/docs/config.md, there is a <script>
tag which is required for the config to load properly. However, GitHub does not allow such <script>
tags to be used properly, instead displaying the tag and whatever's inside as plain text.
Therefore, for the config file (using GitHub's view), you will need to hard code the output of whatever the included tag was supposed to do and manually update it whenever you make a new release.
Alternatively, you can direct people that want to view the documentation to the correct site to properly display the docs, such as https://samolego.github.io/Taterzens/1.2.0/config/.
You're supposed to view it on the site