function replaceTag()

in index.js [23:25]


  function replaceTag(tag) {
      return htmlTagsToReplace[tag] || tag;
  }