Prettified Code!

This commit is contained in:
gabek
2021-08-18 23:11:41 +00:00
committed by GitHub Action
parent 8907566ed1
commit 747e42f7cc

View File

@@ -183,7 +183,7 @@ function formatTimestamp(sentAt) {
text into the `contenteditable` area on a page. text into the `contenteditable` area on a page.
*/ */
function convertToMarkup(str = '') { function convertToMarkup(str = '') {
return str;// convertToText(str).replace(/\n/g, '<br>'); return str; // convertToText(str).replace(/\n/g, '<br>');
} }
function stripTags(str) { function stripTags(str) {