Update beautify to be more beautiful as mentioned in issue #64. We desire this: ```html <h1>Algorithms</h1> ``` but we get this instead: ```html <h1> Algorithms </h1> ``` Also indentation should be two spaces not one.