I'm attempting to add html content to a document that includes a simple list. The html content looks like this:
<h1>Components</h1>
<h2>Cisco Catalyst 9500 (x2.00)</h2>
<ul>
<li><p>Create base Multicast configuration based on planning and design</p></li>
<li><p>Create base static routing configuration based on planning and design</p></li>
<li><p>Create base QoS configuration based on existing QoS policies</p></li>
<li><p>Create base routing protocol redistribution configuration based on planning and design</p></li>
<li><p>Create base BGP configuration based on planning and design</p></li>
<li><p>Create base QoS configuration based on planning and design</p></li>
<li><p>Create base ACL configuration based on planning and design</p></li>
<li><p>Create base FHRP configuration based on planning and design</p></li>
<li><p>Create base Layer 3 interface configurations based on planning and design</p></li>
<li><p>Create base dynamic routing protocol configuration based on planning and design</p></li>
<li><p>Create base global STP and VLAN configurations based on planning and design</p></li>
<li><p>Create base DAI configuration based on planning and design</p></li>
<li><p>Create base DHCP snooping configuration based on planning and design</p></li>
<li><p>Create base global StackWise Virtual configurations based on planning and design</p></li>
</ul>
<h2>Meraki MS410-16 (x2.00)</h2>
I've tried both ordered lists and unordered lists. Both thrown an exception with the same trace:
I'm attempting to add html content to a document that includes a simple list. The html content looks like this:
I've tried both ordered lists and unordered lists. Both thrown an exception with the same trace:
I've done some limited debugging around the line in question:
Only to find that
@dom
is nil.This has occurred with v0.3.1 of the gem (ruby 2.5.1p57)