Jump to content

Mason Chumpia

Level 1
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Mason Chumpia

  1. <html> <head> <title>Evernote Export</title> <basefont face="Segoe UI" size="2" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="exporter-version" content="Evernote Windows/305512 (en-US, DDL); Windows/10.0.15063 (Win64);"/> <style> body, td { font-family: Segoe UI; font-size: 11pt; } </style> </head> <body> <a name="11966"/> <div><span style=";"> <h2>Heading 2</h2> <ul> <li>One</li> <li>Two</li> <li>Three</li> </ul> <h2>Heading 2</h2> <ul> <li>One</li> <li>Two</li> <li>Three</li> </ul> <h2>Heading 2</h2> <ol> <li>One</li> <li>Two</li> <li>Three</li> </ol> <h2>Heading 2</h2> <ul> <li>One</li> <li>Two</li> <li>Three</li> </ul> <h3>Heading 3</h3> <ul> <li>One</li> <li>Two</li> <li>Three</li> </ul> <h4>Heading 4</h4> <ul> <li>One</li> <li>Two</li> <li>Three</li> </ul> <h5>Heading 5</h5> <ul> <li>One</li> <li>Two</li> <li>Three</li> </ul> <h6>Heading 6</h6> <ul> <li>One</li> <li>Two</li> <li>Three</li> </ul> </span> </div></body></html>
  2. Preface: Most of my notes are written in Markdown and sent to Evernote via the sublime-evernote plugin. Since the 6.6 update, I've noticed a change in the way header elements and lists are rendered together in the Windows client. Specifically, there is whitespace missing between the end of unordered/ordered lists and heading elements when followed by another header of the same level (in this example, <h2>). This was not a problem prior to the recent update. The note in the Android and web clients appears as expected.
×
×
  • Create New...