We can download QnA Maker Alterations using the Alterations API
Then pass into mark.js options object which takes a synonyms property:
An object with synonyms. The key will be a synonym for the value and the value for the key. Example: "synonyms": {"one": "1"} will add the synonym "1" for "one" and vice versa
We can download QnA Maker Alterations using the Alterations API
Then pass into mark.js options object which takes a
synonyms
property: