Create a markdown to html transpiler
Anonymous
Create a hashmap with markdown as the key and html as the value. For multil-line markdown just reuse the main function that translates the values. const mdToHtmlMap = { "#" : "h1", "##": "h2", } etc
Check out your Company Bowl for anonymous work chats.