Open mike opened 9 years ago
@mike Can you confirm that the latest version 0.1.3
has no issues?
@adambutler version 0.1.3 is not giving me any package errors!
But I tested prettifying a random snippet of html:
<div class="header"><h1>Title<small class="thin"> Small Text</small></h1></div>
and I got this partial prettification:
<div class="header">
<h1>Title<small class="thin"> Small Text</small></h1></div>
However, if I change all the tags to divs, it works well:
<div class="header">
<div>Title
<div class="thin"> Small Text</div>
</div>
</div>
Is this behavior expected?
(I'm running Atom 0.208.0 on OS X 10.10.3)
I see... this is quite possibly an upstream issue for https://github.com/beautify-web/js-beautify. I will investigate this weekend.
[Enter steps to reproduce below:]
Atom Version: 0.191.0 :warning: in 1.0 API Preview Mode :warning: System: Mac OS X 10.10.3 Thrown From: atom-prettify package, v0.1.0
Stack Trace
Failed to activate the atom-prettify package
Commands
Config
Installed Packages