diff --git a/src/ts/plugins/automark.ts b/src/ts/plugins/automark.ts index 4ef9c421..6fea365b 100644 --- a/src/ts/plugins/automark.ts +++ b/src/ts/plugins/automark.ts @@ -3,8 +3,10 @@ const excludesDat = ['<','>','{','}','[',']','(',')','-',':',';','…','—',' const selfClosingTags = [ 'br','hr','img','input','meta','link','base','area','col','command','embed','keygen','param','source','track','wbr', //self closing tags defined by HTML5 - '!' + '!', //for doctype and comment + 'user', 'bot', 'char' + //special tags for user, bot, and char ] const checkSelfClosingTag = (dat:string) => {