GitXplorerGitXplorer
m

subl-HtmlPrettify

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
9179533a6ea382ab218c1eba9f8ee2da30b8baf1

Add menu item "Edit > HtmlPrettify: Prettify HTML"

mmalthejorgensen committed a year ago
Unverified
956d7f4eb76b6a633069f7f39ea76ff1912d4493

Add initial command

mmalthejorgensen committed a year ago
Unverified
90b424d6ed07afc56a9d480deb3b0615d333ac76

Root commit (empty)

mmalthejorgensen committed a year ago

README

The README file for this repository.

HtmlPrettify

HtmlPrettify is a Sublime Text package that prettifies HTML.

It adds the command HtmlPrettify: Prettify HTML to the Command Palette.

WARNING: This is an alpha. It may remove parts of your HTML, or add newlines where they weren't intended. Backup your files before using it.

How does it work?

It uses the Python 3 built-in html.parser.HTMLParser parse and beautify the HTML.