chore(pandoc): add templates

This commit is contained in:
Stefan Imhoff
2021-11-27 18:44:57 +01:00
parent 2e17f4d0af
commit 2582af23ed
34 changed files with 2178 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<opml version="2.0">
<head>
<title>$title$</title>
<dateModified>$date$</dateModified>
<ownerName>$for(author)$$author$$sep$; $endfor$</ownerName>
</head>
<body>
$body$
</body>
</opml>