Skip to content

bhumilharia/MarkupFormat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MarkupFormat is a Python script for formatting markup pages. I made this mainly because I found working on non-formatted HTML files very time consuming and cumbersome, and wanted some way to overcome it.
The code was inspired by: Dhaval Mehta, who left no stone unturned in convincing me to write this.

I know there are lots of other, better and more complete tools available, but I decided to do it anyways. It is very rudimentary and can be used to format only the simplest pages, as of now. Will improve the code later, if necessary. The code should work well with all XML files, though.

To use the formatter, type in a terminal:
$ python markupformat.py  /path/to/folder/  filename.ext

Notice the '/' at the end of the path, and the space between the path and the filename. (I was too lazy to write code to extract the name from a single path)

About

A python script for formatting markup files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published