The string "<h1>" in a plain text file does not mean anything other than display exactly those characters. Because the brackets are special characters in HTML they become < and > so that they will display properly.
Perhaps try using markdown or HTML instead of plain text.
|