Sorry, I am new to ckeditor but could not find this issue addressed elsewhere. I have the following html that I am assigning to the ckeditor textarea.
<div id="myAnchors">
<ul>
<li><a href="#exposure">Exposure</a></li>
<li><a href="#risk">Risk</a></li>
</ul>
</div>
The javascript console is reporting the error on the subject line. The markup does not render. When I remove the ul tag, the markup renders on the ckeditor. I tried removing the # sign but I get the same issue.
Thanks in advance.