diff --git a/public/index.src/index.js b/public/index.src/index.js index cd1a9dd..9b62a1b 100644 --- a/public/index.src/index.js +++ b/public/index.src/index.js @@ -43,6 +43,8 @@ window.onhashchange = window.onload = function() { hash; } else if (hash.indexOf("data:text/html;") == 0) { preamble = HEAD_TAGS; + } else if (hash.indexOf("data:text/plain;") == 0) { + preamble = HEAD_TAGS_EXTENDED; } link.onclick = function() { location.href = "/edit" + location.hash;