Allow raw HTML in readme generators
This commit is contained in:
@@ -6,5 +6,5 @@ See their respective documentation for more informations about how to setup them
|
||||
<% if (previous !== categorie) { previous = categorie -%>
|
||||
* **<%= `${categorie.charAt(0).toLocaleUpperCase()}${categorie.substring(1)}` %>**
|
||||
<% } -%>
|
||||
* [<%= name %>](/source/plugins/<%= plugin %>/README.md)<%# -%>
|
||||
* [<%- name %>](/source/plugins/<%= plugin %>/README.md)<%# -%>
|
||||
<% }} %>
|
||||
|
||||
@@ -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