diff --git a/site_libs/header-attrs-2.28/header-attrs.js b/site_libs/header-attrs-2.28/header-attrs.js new file mode 100644 index 00000000..dd57d92e --- /dev/null +++ b/site_libs/header-attrs-2.28/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/site_libs/moon_reader.css b/site_libs/moon_reader.css index 3c73d1b4..114593fa 100644 --- a/site_libs/moon_reader.css +++ b/site_libs/moon_reader.css @@ -2307,9 +2307,12 @@ a[href="#fn"] .hovertext:before { } blockquote { margin: 0.5em 0.5em; - padding-left: 0.3em; + padding: 0.2em 0.0em 0.2em 0.3em; font-size: 90%; } +blockquote p:last-of-type { + margin-bottom: 0em !important; +} .mainbar p:last-child { /* border: 1px solid red;*/ /* margin-bottom: 0px;*/