Open
Description
Describe the bug/feature
Currently the code isn't clean enough and may cause problems in future. The code prettified for the same. Proper indentations should be applied for the nested tags. For example,
is kept inside then, something like the following should be done,
<body>
<div>
</div>
</body>
A tab(four spaces) should be added for two adjacent nested tags. Same should be applied for jekyll code.
To Reproduce(for bug)
Screenshots(for bug)
Device Details(for bug)
Other Comments
Feel free to make a PR. If facing any doubt ask in the comments or our gitter channel https://gitter.im/codezoned2017/Lobby. Thanks.