I'm inserting a few bookmarks programmatically using the
insertBookmark function on my current document, its working fine but after exporting the current edition as 'Docx' the bookmarks are being highlighted, and I'm not highlighting the bookmark with the color that are showing.
Ex:
I'm adding a bookmark to the following text
{{{TESTING}}}, after saving my bookmark are like this
{{{TESTING}}}
Observations: Adding bookmarks manually in editor don't cause that behavior.