Picture of Ted Curran
Nested lists don't display
by Ted Curran - Friday, 8 September 2017, 6:14 PM
 

I'm copying content created on another platform into Adapt's Accordion component, and I'm finding that ordered and unordered lists ( <ul>s and <ol>s) that are nested inside another list appear to be stripped out and do not display. 

 

For example, code like the following would be affected: 

 


<p>My favorite animals are:</p>
<ul>
<li>dogs</li>
<li>birds
<ul> <li>zebra finches</li> <li>parakeets</li> <li>ostriches</li> </ul> </li> <li>capybaras</li> </ul>

 

Please consider enabling this type of content to display. As you can see from my example, it's useful for adding an extra level of detail in listed content. 

Picture of Ignacio Cinalli
Re: Nested lists don't display
by Ignacio Cinalli - Saturday, 9 September 2017, 3:42 PM
 

Hi Ted, I test the code and I think it works fine for me.

I'm using Adapt authoring tool v0.3.0 / Adapt Framework v2.2.1 / theme adapt-contrib-vanilla