Skip to content
Snippets Groups Projects
Commit 4e0ae67a authored by Lars Trieloff's avatar Lars Trieloff
Browse files

#14 fix markdown list formatting

parent d1ae093e
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ All instances must conform to this regular expression ...@@ -39,7 +39,7 @@ All instances must conform to this regular expression
<% if (schema['meta:example']!==undefined&&(typeof schema['meta:example'])!=="string") { <% if (schema['meta:example']!==undefined&&(typeof schema['meta:example'])!=="string") {
for (let i=0;i<schema['meta:example'].length;i++) { %> for (let i=0;i<schema['meta:example'].length;i++) { %>
* test example: [<%= schema['meta:example'][i] %>](https://regexr.com/?expression=<%- encodeURIComponent(schema.pattern) %>&text=<%- encodeURIComponent(schema['meta:example'][i]) %><% } * test example: [<%= schema['meta:example'][i] %>](https://regexr.com/?expression=<%- encodeURIComponent(schema.pattern) %>&text=<%- encodeURIComponent(schema['meta:example'][i]) %><% }
} %> } %>
<% } %> <% } %>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment