Skip to content

Remove extraneous empty lines when formatting :-) #11

Description

@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:

<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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions