This commit is contained in:
Oscar Plaisant
2024-05-14 10:51:40 +02:00
parent f71d6b0503
commit 66c143b7b3
164 changed files with 25026 additions and 13829 deletions

View File

@@ -1,6 +1,7 @@
[!cite]+ [<%= it.docItem.title%>](<%= it.docItem.backlink%>) - [Page <%= it.pageLabel%>](<%= it.backlink%>)
[!cite]+ <span style="<%- if (it.color) { _%> color: <%= it.color %>; --link-external-color: <%= it.color %>;<%_ } -%>">[<%= it.docItem.title%>](<%= it.docItem.backlink%>) - [Page <%= it.pageLabel%>](<%= it.backlink%>)</span>
<%= it.imgEmbed %><%= it.text %>
<% if (it.comment) { %>
> [!note] Notes
> <%= it.comment.split("\n").join("\n> ") %>
<% } %>