<ul class="no-bullet">
    <li>List item with no bullet and a much longer description or more content.</li>
    <li>List item with no bullet.</li>
    <li>List item with no bullet.
        <ul>
            <li>Nested list item.</li>
            <li>Nested list item.</li>
            <li>Nested list item.</li>
        </ul>
    </li>
    <li>List item with no bullet.</li>
    <li>List item with no bullet and a much longer description or more content.</li>
    <li>List item with no bullet.</li>
</ul>
<ul class="{{modifier}}">
	<li>{{long-text}}</li>
	<li>{{short-text}}</li>
	<li>{{short-text}}
		<ul>
			<li>{{nested-text}}</li>
			<li>{{nested-text}}</li>
			<li>{{nested-text}}</li>
		</ul>
	</li>
	<li>{{short-text}}</li>
	<li>{{long-text}}</li>
	<li>{{short-text}}</li>
</ul>
{
  "long-text": "List item with no bullet and a much longer description or more content.",
  "short-text": "List item with no bullet.",
  "nested-text": "Nested list item.",
  "modifier": "no-bullet"
}

There are no notes for this item.