Nested List
If I want a list in a list...
- this is a list
- this is another item in this list
- but sometimes you want a list within a list
- this is complicated to achieve in Docs and requires HTML
So to make that happen, you have to go in and add this before the lines you want to be the nested list
<ul style="list-style-type:square; padding-left: 20px;">
with of course a ul closing tag after the nested section
And the SUPER FUN bit of that is that you have to go in and add that in the HTML and publish from the HTML editor and then never edit the article again, because the visual editor wipes that out as soon as you load it in the visual editor again - it just discards the CSS I added to the extra list.