Allow raw HTML in readme generators
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
Templates lets you change general appearance of rendered metrics.
|
||||
See their respective documentation for more informations about how to setup them:
|
||||
<% for (const [template, {name}] of Object.entries(templates).filter(([key, value]) => value)) { %>
|
||||
* [<%= name %>](/source/templates/<%= template %>/README.md)<%# -%>
|
||||
* [<%- name %>](/source/templates/<%= template %>/README.md)<%# -%>
|
||||
<% } %>
|
||||
|
||||
Reference in New Issue
Block a user