7 lines
234 B
Markdown
7 lines
234 B
Markdown
[!cite]+ [<%= it.docItem.title%>](<%= it.docItem.backlink%>) - [Page <%= it.pageLabel%>](<%= it.backlink%>)
|
|
<%= it.imgEmbed %><%= it.text %>
|
|
<% if (it.comment) { %>
|
|
> [!note] Notes
|
|
> <%= it.comment.split("\n").join("\n> ") %>
|
|
<% } %>
|