cours/templates/zotero/zt-annot.eta.md
Oscar Plaisant 448a67cf76 update
2024-03-29 13:56:47 +01:00

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> ") %>
<% } %>