pandoc-markdown-css-theme
pandoc-markdown-css-theme copied to clipboard
CSS files and a template for using Pandoc to generate standalone HTML files
It looks like applying `max-width: var(--main-width);` to `nav#TOC` on line 881 might be an error. It overwrites the calculated `max-width` from line 820. With line 881, I have problems with...
If a paragraph follows a heading, there is no margin. If a list follows a heading, there is a margin.
Because there's a wrapping `` in the way, the `--line-height` worth of margin outside the `.wide` things and inside the wide things doubles up, disrupting the rhythm. The first two...
It's hard to see in this picture, but the problem is there.  The baseline of the side notes are 2px higher when viewed on iOS in landscape mode zoomed...
The `overflow-x: scroll` on `.wide` causes the line numbers to be hidden. I spent an hour or so on this and didn't see an obvious fix.
Was giving a try but it failed to compile: ` ± make tools/build.sh "src/tufte/index.md" "docs/tufte/index.html" pandoc-sidenote: Error in $: Incompatible API versions: encoded with [1,22,1] but attempted to decode with...