pandoc-markdown-css-theme icon indicating copy to clipboard operation
pandoc-markdown-css-theme copied to clipboard

CSS files and a template for using Pandoc to generate standalone HTML files

Results 6 pandoc-markdown-css-theme issues
Sort by recently updated
recently updated
newest added

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. ![IMG_A608BF359A11-1](https://user-images.githubusercontent.com/5544532/123536325-7e00d680-d6de-11eb-8491-bdd52f9ad6ce.jpeg) 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...