Syntax highlighting not honoured with KBs with Code snippets in Content view of a Knowledge article, both in platform and service portal viewDescriptionSyntax highlighting not honoured with KBs with Code snippets in Content view of a Knowledge article, both in platform and service portal viewSteps to Reproduce 1. Add 'codesample' in the property: glide.ui.html.editor.v4.toolbar.valid.buttons to make it one of the valid button2. Add 'codesample' in the property glide.ui.html.editor.v4.toolbar.line1 to add in the toolbar3. Open a kb_knowledge record4. In the HTML field 'Article body', navigate to the toolbars of TinyMCE. Notice a new button is available as {;}. Click on this5. It will open an editor. Select any language. I chose javascript, and wrote below code:var test ='testing';console.log(test);6. Save the record. Note that var and log keywords are showing in color7. Open the record in SP with the below URLsp?id=kb_article&sys_id=<SYS_ID OF THE KB>OR Open in platforrm/kb_view?sys_id=<SYS_ID OF THE KB>8. Note that the codes are not showing color (no highlight for syntax)refer the screenshotsWorkaroundThis is expected behavior and by design in all currently supported releases.Related Problem: PRB1434350