cours/templates/zotero/zt-annot.eta.md
Oscar Plaisant c296a453b6 update
2024-03-28 12:21:04 +01:00

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