Hi,
Thanks for at great Chrome extension!
My only gripe with it is that it does not remove extraneous empty lines. From Jekyll page:
<section class="docs">
<div class="grid">
<div class="docs-nav-mobile unit whole show-on-mobiles">
<select onchange="if (this.value) window.location.href=this.value">
<option value="">Navigate the docs…</option>
<optgroup label="Getting Started">
<option value="/docs/home/">Welcome</option>
It would be nice if it looked like this:
<section class="docs">
<div class="grid">
<div class="docs-nav-mobile unit whole show-on-mobiles">
<select onchange="if (this.value) window.location.href=this.value">
<option value="">Navigate the docs…</option>
<optgroup label="Getting Started">
<option value="/docs/home/">Welcome</option>
...
Thanks and a great New Year to you :-)
Cheers,
Archfrog
Hi,
Thanks for at great Chrome extension!
My only gripe with it is that it does not remove extraneous empty lines. From Jekyll page:
It would be nice if it looked like this:
...
Thanks and a great New Year to you :-)
Cheers,
Archfrog