Notes are writtin in and rendered using HTML in Evernote, even if this isn't exposed to the user. On a mac, you can inspect a package's contents and I can easily find the default CSS used to render this HTML.
In the CSS, there are default rules for <div>, <p>, and several levels of <h#> tags. What I want to know is how to use these tags when I'm writing a note.
I want to be able to use a <p> tag when I want a margin separating my paragraphs, and a line-break when I don't. Evernote is equipped to render these the way I want, but I'm not sure how to actually ins