magic-tag

Delete outer HTML tags

cyberj

394

4

0.2.3

MIT

GitHub

magic-tag package

Little package to play with HTML tags

Before :

<body>
  <ul>
    <li class="myclass">Hello |world</li>
  </ul>
</body>

After :

<body>
  <ul>
    Hello |world
  </ul>
</body>

TODO

A screenshot of your package