Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email.
X
I know the spellcheck improved after 5.1, and can detect when there are missing spaces between elements. Is there a way (e.g., editing .dcf) to turn off that boundary around the element <brk> check. I do not want to add spaces near the <brk> tag, but I do not like it looking like the words around the <brk> tag are misspelled.
Try adding an <elementoption> element in your DCF for the "brk" tag (if it's not already there), and set spellCheckingNewWord="yes". I think that should do what you want.
beautiful, works... I was using those settings, but added a few others attributes and that did not work. I reset them all, and only use spellCheckingNewWord then it worked.