atom / atom.io

🌐 A place for feedback on the atom.io website and package API
160 stars 98 forks source link

v1.5.4 or higher document sanitized html charactors #61

Closed Arakaki closed 8 years ago

Arakaki commented 8 years ago

v1.5.3

<html>
  <head>
    <title></title>
  </head>
  <body>

  </body>
</html>

v1.5.4

&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;&lt;/title&gt;
  &lt;/head&gt;
  &lt;body&gt;

  &lt;/body&gt;
&lt;/html&gt;
50Wliu commented 8 years ago

Assuming this has been fixed with the conversion from Atlas to Nanoc (see atom/flight-manual.atom.io#173 for more details).