.pandoc/templates/mail.html5

Thu, 11 Apr 2024 21:48:30 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 11 Apr 2024 21:48:30 -0500
changeset 1147
23f9b157fe8a
parent 566
df6478b36abb
permissions
-rw-r--r--

Load indentscope even on new nameless bufs

556
0313b9d2f171 Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 <!DOCTYPE html>
0313b9d2f171 Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
2 <html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
0313b9d2f171 Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
3 <head>
0313b9d2f171 Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
4 <meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
557
6631ca6ce1a1 tweak a little more
Meredith Howard <mhoward@roomag.org>
parents: 556
diff changeset
5 <style type="text/css">
6631ca6ce1a1 tweak a little more
Meredith Howard <mhoward@roomag.org>
parents: 556
diff changeset
6 code{white-space: pre;} body{font-family:sans-serif} p{line-height:1.2em}
566
df6478b36abb style blockquote
Meredith Howard <mhoward@roomag.org>
parents: 563
diff changeset
7 blockquote{margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex}
557
6631ca6ce1a1 tweak a little more
Meredith Howard <mhoward@roomag.org>
parents: 556
diff changeset
8 $if(quotes)$q { quotes: "“" "”" "‘" "’"; } $endif$
6631ca6ce1a1 tweak a little more
Meredith Howard <mhoward@roomag.org>
parents: 556
diff changeset
9 $if(highlighting-css)$ $highlighting-css$ $endif$
6631ca6ce1a1 tweak a little more
Meredith Howard <mhoward@roomag.org>
parents: 556
diff changeset
10 </style>
556
0313b9d2f171 Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
11 </head>
0313b9d2f171 Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
12 <body>
563
c1949730cc74 Fix up previews
Meredith Howard <mhoward@roomag.org>
parents: 557
diff changeset
13 $body$
556
0313b9d2f171 Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
14 </body>
0313b9d2f171 Make a stripped-down html5 mail template
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
15 </html>

mercurial