Custom CSS

You can also use custom CSS for your key's markdown files. Just create a styles.css file in your key's workdir.

echo 'body { background: #ccc; }' > ~/jot/MyNotes/styles.css
jot upload ~/jot/MyNotes/styles.css

Now your markdown pages should render with a grey background.