This is a test of using HTML lists, with different numbering/lettering types, in a GitHub markdown document.
This HTML list code:
<ol type="a">
<li><strong>Text</strong></li>
<li><strong>Written</strong></li>
<ol type="1">
<li>Hello</li>
Testing bug