I'm submitting a
Current behavior:


Expected behavior:

Steps to reproduce:
The current state of the webapp is due to the commit made in PR #300 .
Possible way to fix:
Removing <pre> and </pre> tags from app/templates/index.html line 24 and line 202 would work but the style of all the heading and text markups would still be altered. So, it's better to remove <code> and </code> also.
I would like to fix this issue.