This project provides CSS files and a template for using Pandoc to generate standalone HTML files. It supports most features Pandoc Markdown has to offer, and some extras. The default look can be tweaked via CSS variables, and it does not need JavaScript, even for side notes.
👋 This page is designed to look similar to Tufte CSS, powered by the customization features in Pandoc Markdown CSS Theme. |
→ More information on Tufte CSS |
Prose
This is some body text between headings. This project provides CSS files and a template for using Pandoc to generate standalone HTML files. It supports most features Pandoc Markdown has to offer, and some extras. The default look can be tweaked via CSS variables, and it does not need JavaScript, even for side notes.
This is some body text between headings. This project provides CSS files and a template for using Pandoc to generate standalone HTML files. It supports most features Pandoc Markdown has to offer, and some extras. The default look can be tweaked via CSS variables, and it does not ~need JavaScript, even for side notes.
This project provides CSS files and a template for using Pandoc to generate standalone HTML files. It supports most features Pandoc Markdown has to offer, and some extras. The default look can be tweaked via CSS variables, and it does not need JavaScript, even for side notes.
This is some body text between headings. This project provides CSS files
and a template for using pandoc
to generate standalone HTML files. It supports most features Pandoc Markdown has to offer, and some extras. The default look can be tweaked via CSS variables, and it does not need JavaScript, even for side notes.
“Hanging punctuation” is really nice.
Unfortunately it’s only supported in Safari on iOS and macOS.
“Does it work after line breaks,” or just at the block start?
Horizontal rules, too!
Math
There’s inline math: a^2 + b^2 = c^2, and block math:
60 \, \frac{\textrm{seconds}}{\textrm{minute}} \cdot 60 \, \frac{\textrm{minutes}}{\textrm{hour}} = 3,600 \, \frac{\textrm{seconds}}{\textrm{hour}}
\frac{ \Delta \, \Gamma, e : \forall (u :: \kappa). \tau \qquad \Delta \vdash c :: \kappa }{ \Delta \, \Gamma \vdash e[c] : [c/u]\tau }
Headings
This is some body text between headings. This project provides CSS files and a template for using Pandoc to generate standalone HTML files. It supports most features Pandoc Markdown has to offer, and some extras. The default look can be tweaked via CSS variables, and it does not need JavaScript, even for side notes.
Smaller heading
This is some body text between headings. This project provides CSS files and a template for using Pandoc to generate standalone HTML files. It supports most features Pandoc Markdown has to offer, and some extras. The default look can be tweaked via CSS variables, and it does not need JavaScript, even for side notes.
Even smaller heading code
This is some body text between headings. This project provides CSS files and a template for using Pandoc to generate standalone HTML files. It supports most features Pandoc Markdown has to offer, and some extras. The default look can be tweaked via CSS variables, and it does not need JavaScript, even for side notes.
There is no level 4 heading
Level 1 heading code
Level 2 heading code
This is some body text between headings. This project provides CSS files and a template for using Pandoc to generate standalone HTML files. It supports most features Pandoc Markdown has to offer, and some extras. The default look can be tweaked via CSS variables, and it does not need JavaScript, even for side notes.
Another level 2 heading
This is some body text between headings. This project provides CSS files and a template for using Pandoc to generate standalone HTML files. It supports most features Pandoc Markdown has to offer, and some extras. The default look can be tweaked via CSS variables, and it does not need JavaScript, even for side notes.
Lists
This is some body text between lists. It takes up the full width of the line, but only just barely.
- Level 1
- Level 2
- Level 3
- Level 4
- Level 5
- Level 6
- Level 5
- Level 4
- Level 3
- Level 2
This is some body text between lists. It takes up the full width of the line, but only just barely.
- Level 1
- Level 2
- Level 3
- Level 4
- Level 5
- Level 6
- Level 5
- Level 4
- Level 3
- Level 2
This is some body text between lists. It takes up the full width of the line, but only just barely.
- Prose
- Headings
- Lists
- Code blocks
This is some body text between lists. It takes up the full width of the line, but only just barely.
- This list
- has ten
- items which
- causes it
- to push
- the numbers
- further left
- which extends
- the numbers
- into the
- page margin.
This is some body text between lists. This project provides CSS files and a template for using Pandoc to generate standalone HTML files. It supports most features Pandoc Markdown has to offer, and some extras.
- Line starts with a short bullet point
- Next line starts with a longer bullet point that wraps around at larger screen sizes because there’s so much text.
- Line starts with a short bullet point
- Next line starts with a longer bullet point that wraps around at larger screen sizes because there’s so much text.
This is some body text between lists. This project provides CSS files and a template for using Pandoc to generate standalone HTML files. It supports most features Pandoc Markdown has to offer, and some extras.
- Line starts with a short bullet point
- First line
Next line
- First line
- Notice how the line numbers are tabular numbers, not proportional.
- First line, switch to bullet
Next line
- First line, switch to bullet
This is some body text between lists. This project provides CSS files and a template for using Pandoc to generate standalone HTML files. It supports most features Pandoc Markdown has to offer, and some extras.
- Line starts with a short bullet point
- First line
Next line
- First line
- Line starts with a short bullet point
- First line, checklists are different by browser, even on same OS
Next line
- First line, checklists are different by browser, even on same OS
This is some body text between lists. This project provides CSS files and a template for using Pandoc to generate standalone HTML files.
- List item before should line up with check box after
- First is unchecked
Next line - Last is checked
- List item after should line up with check box before
This is some body text between lists. This project provides CSS files and a template for using Pandoc to generate standalone HTML files.
Common list structure
Is to have a bold title of the list, with some body text on the same bullet point (multiple paragraphs). The text in the “body” wraps onto multiple lines.
Pandoc implementation
For this technique, the top-level list items have to be separated by new lines. That’s what gets Pandoc to put paragraph tags in the list item bodies.
This is some body text between lists. This project provides CSS files and a template for using Pandoc to generate standalone HTML files.
- First item, first list
- Second item, first list
- First item, second list
- Second item, second list
→ Looks like a list
→ Not actually a list
Code blocks
Ah yes, who could forget about the code blocks.
# typed: true
require 'sorbet-runtime'
class A
extend T::Sig
sig {void}
def self.main
puts "Hello, world!"
end
end
Here is a short paragraph between code blocks.
# This is a really long line that causes the text to wrap onto multiple lines in a code block that uses syntax highlighting AND line numbers.
puts 'It should also work without line numbers.'
# This is a really long line that causes the text to wrap onto multiple lines in a code block that uses syntax highlighting BUT NOT line numbers.
Check out the subtle line numbers. This is some inline code
with text after it.
This code does not have a language associated with it. This is the point at which the code would wrap a long line.
Some more lines to make Paper give us line numbers.
Some more lines to make Paper give us line numbers.
Some more lines to make Paper give us line numbers.
Some more lines to make Paper give us line numbers.
This code does not have a language associated with it. This is the point at which the code would wrap a long line.
┌┐
└┘
This is tight code in action.
This is tight code in action.
┌┐
└┘
This is tight code in action.
This is tight code in action.
This is the text after the fig caption. How is the gap between the figcaption and this text?
F
Plain code block, no div.sourceCode, but it's wide so the text might wrap around a bit further than code is normally expected to.
L
Block quotes
Block quote, right under heading.
Block quote, right under heading.
A paragraph after the block quote separates it from the second block quote on the page.
This block quote uses bold text and italic text in line one.
It also uses small caps and bold small caps in line two.
It also uses underlined text and linked text andinline code text
in line three.“Here’s an example” of hanging-punctuation,
Followed by normal text again— Someone famous
The fun thing about markdown versus Dropbox Paper is that you can have lists in block quotes:
- This is a list in a block quote.
- This is a list in a block quote.
- This is a list in a block quote.
- This is a list in a block quote.
Colored notes
There are inline highlights, with various colors:
- This is some Red text.
- Yellow
- Green
- Blue
- Purple
If you want you can also use HTML that’s a little more semantic:
the HTML mark tag.
There are also single-element, colored tables, which get treated as colored notes.
🛑 Look before you leap! |
⚠️ This is a warning! |
Hopefully this could just fall out if tables work well?
✅ Success! The deed is now done. Feel free to retry whatever it is you were trying to do. |
ℹ️ Consecutive notes are like consecutive tables. |
🔮 Can you see into the future? |
Might make sense to do these in terms of like divs but for now they’re tables.
Side notes
Markdown footnotes become side notes.Is the beginning aligned?
Is the beginning aligned?
Versus sup.1 It would be neat to associate a range of text with a footnote, rather than a single point. The second side note baseline will not line up. If we wrap this third line all the way around, we can see how it behaves for longer lines as well. First: 1st
Markdown footnotes become side notes.This is a margin note without a number. It spans just a few lines. Maybe it gets to three?
After the note. It would be neat to associate a range of text with a footnote, rather than a single point. This is longer text to give the paragraph some heft to it, so that the side note doesn’t feel overpowering.
Markdown footnotes become side notes.There’s code
in this side note!
After the note. It would be neat to associate a range of text with a footnote, rather than a single point. The second side note baseline will not line up. If we wrap this third line all the way around, we can see how it behaves for longer lines as well.
Markdown footnotes become side notes.In this margin note, we’ve got quite a bit of text. It spans multiple so many lines that even in the Pandoc markdown source it spans multiple lines.
It can have line breaks too. This should be a test of what happens when the margin note is more lines than the paragraph it’s commenting on.
After the note. This paragraph is not short, but the margin note next to us is much longer, which pushes the subsequent notes further away from their anchor. But also, footnotes.1
Without doing anything else,This side note attaches to a
blockquote
. Why would that be any different? Not sure. We reset thefont-style
and that’s it.
side notes that attach to text inside a block quote would magically become italic, because they’d inherit the styles of the surrounding block quote. Luckily, we have a test for this case, and that does not to happen because we fixed it.
Images
We can also handle images:
This is some text after the image. The interesting thing is that the presence of a caption pushes the following paragraph down. For example, here’s an image without a caption:
Notice how the text after the image resumes further away, instead of being close to the image.
We can also do extra wide and full width images:
This project provides CSS files and a template for using Pandoc to generate standalone HTML files. It supports most features Pandoc Markdown has to offer, and some extras. The default look can be tweaked via CSS variables, and it does not need JavaScript, even for side notes.
This project provides CSS files and a template for using Pandoc to generate standalone HTML files. It supports most features Pandoc Markdown has to offer, and some extras. The default look can be tweaked via CSS variables, and it does not need JavaScript, even for side notes.
And some text after the extra wide image. There’s currently a bug making it so that this text isn’t as tight as text for non-extra-wide images because there’s an extra div around it. But maybe that’s actually a feature not a bug.
Tables
Column 1 | Column 2 |
---|---|
This is some text. |
This is some text. |
This is some text. | This is some text. |
Column 1 | Column 2 |
---|---|
This is some text. | This is some text. |
This is some text. | This is some text. |
The wild thing is that this is as tight as the body text gets to the table.
Column 1 | Column 2 |
---|---|
This is some text. | This is some text. |
This is some text. | This is some text. |
Column 1 | Column 2 |
---|---|
This is some text. | This is some text. |
This is some text. | This is some text. |
We can also make tables become wider than the main text if there’s a lot of stuff in the table. They suffer the same “margin is too big” bug that extra wide images do.
Column 1 | Column 2 | Column 3 | Column 4 | Column 5 | Column 6 | Column 7 | Column 8 | Column 9 | Column 10 |
---|---|---|---|---|---|---|---|---|---|
This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. |
This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. |
Column 1 | Column 2 | Column 3 | Column 4 | Column 5 | Column 6 | Column 7 | Column 8 | Column 9 | Column 10 | Column 11 | Column 12 | Column 13 | Column 14 | Column 15 | Colum 16 | Colum 17 | Colum 18 | Colum 19 | Colum 20 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. |
This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. |
Column 1 | Column 2 | Column 3 | Column 4 | Column 5 | Column 6 | Column 7 | Column 8 | Column 9 | Column 10 | Column 11 | Column 12 | Column 13 | Column 14 | Column 15 | Colum 16 | Colum 17 | Colum 18 | Colum 19 | Colum 20 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. |
This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. | This is some text. |
Maybe it would be nice to have some way to dynamically say how much extra space a table should take up, but for nowe we have only three break points: wide, extra-wide, and full-width.
We can use Pandoc’s fancy tables to make some columns wider:
Column 1 | Column 2 |
---|---|
This is a really wide column using pandoc’s fancy tables. | This is narrow. |
This is a really wide column using pandoc’s fancy tables. | This is narrow. |
No header | Still works |
Use a prefix of
{.}
to leave it as a footnote. Unfortunately, side notes and margin notes don’t share the same namespace. If you want to mix side notes and footnotes in the same document, you might want to use margin notes, so that there is only one kind of numbered note.↩︎