Skip to content

Instantly share code, notes, and snippets.

@kamitchell
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kamitchell/e109d8ab9dd1a6005747 to your computer and use it in GitHub Desktop.
Save kamitchell/e109d8ab9dd1a6005747 to your computer and use it in GitHub Desktop.
Evermote removes margins from inline styles!
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE en-export SYSTEM "http://xml.evernote.com/pub/evernote-export3.dtd">
<en-export export-date="20141212T072052Z" application="Evernote" version="Evernote Mac 6.0.4 Beta 1 (451173)">
<note><title>inline</title><content><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd">
<en-note>
<div style="color: #111;font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, Verdana, sans-serif;word-wrap: break-word">
<h1 style="color: #000;font-size: 2.2857em;line-height: 1.5em;">Heading 1</h1>
<p style="color: #111;font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, Verdana, sans-serif;word-wrap: break-word;font-size: 1.1429em;line-height: 1.3125em;">Paragraph</p>
<h2 style="color: #111;font-size: 1.7143em;line-height: 1.5em;">Heading 2</h2>
<p style="color: #111;font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, Verdana, sans-serif;word-wrap: break-word;font-size: 1.1429em;line-height: 1.3125em;">Paragraph</p>
<h3 style="color: #111;font-size: 1.5em;line-height: 1.5em;">Heading 3</h3>
<p style="color: #111;font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, Verdana, sans-serif;word-wrap: break-word;font-size: 1.1429em;line-height: 1.3125em;">Paragraph</p>
<h4 style="color: #111;font-size: 1.2857em;line-height: 1.5em;">Heading 4</h4>
<p style="color: #111;font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, Verdana, sans-serif;word-wrap: break-word;font-size: 1.1429em;line-height: 1.3125em;">Paragraph</p>
</div>
</en-note>
]]></content><created>20141212T072007Z</created><updated>20141212T072007Z</updated><note-attributes><latitude>0</latitude><longitude>0</longitude><altitude>0</altitude><author>Kevin A. Mitchell</author><source>desktop.mac</source><reminder-order>0</reminder-order></note-attributes></note>
</en-export>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>2014-12-12T01:00:59</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body class="normal" style="-webkit-font-smoothing: antialiased;font: normal 0.8764em/1.5em Arial, Verdana, sans-serif;margin: 0;font-size: 13px;color: #111;font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, Verdana, sans-serif;word-wrap: break-word">
<div id="wrapper" style="color: #111;font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, Verdana, sans-serif;word-wrap: break-word">
<h1 style="color: #000;font-size: 2.2857em;line-height: 1.5em;margin: 0.6563em 0">Heading 1</h1>
<p style="color: #111;font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, Verdana, sans-serif;word-wrap: break-word;font-size: 1.1429em;line-height: 1.3125em;margin: 1.3125em 0">Paragraph</p>
<h2 style="color: #111;font-size: 1.7143em;line-height: 1.5em;margin: 0.875em 0">Heading 2</h2>
<p style="color: #111;font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, Verdana, sans-serif;word-wrap: break-word;font-size: 1.1429em;line-height: 1.3125em;margin: 1.3125em 0">Paragraph</p>
<h3 style="color: #111;font-size: 1.5em;line-height: 1.5em;margin: 1em 0">Heading 3</h3>
<p style="color: #111;font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, Verdana, sans-serif;word-wrap: break-word;font-size: 1.1429em;line-height: 1.3125em;margin: 1.3125em 0">Paragraph</p>
<h4 style="color: #111;font-size: 1.2857em;line-height: 1.5em;margin: 1.1667em 0">Heading 4</h4>
<p style="color: #111;font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, Verdana, sans-serif;word-wrap: break-word;font-size: 1.1429em;line-height: 1.3125em;margin: 1.3125em 0">Paragraph</p>
<!-- ##END MARKED WRAPPER## -->
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment