CKeditor5 source code editor breaks with a <template> tag #14933
Labels
package:html-support
squad:core
Issue to be handled by the Core team.
support:3
An issue reported by a commercially licensed client.
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
📝 Provide detailed reproduction steps (if any)
When I have a
<template>
tag in ckeditor5, the editor breaks and 'Source' button doesn't work anymore.It is reproducible in demo as well https://ckeditor.com/ckeditor-5/demo/html-support/
Enter following code in source editing mode and see if you can toggle source button anymore.
<template id"test"><h1>Hi</h1></template>
<template>
tag.✔️ Expected result
Source editing should work
❌ Actual result
Source editing breaks
The text was updated successfully, but these errors were encountered: