GFM issues with lists
The text fields in the meeting generator mentions support GFM, but I noticed when creating a meeting using a nested ordered list in the agenda, the nesting was ignored, even though the formatting was as described in the documentation from GH. I had to add an additional space to make it appear like it's working (not entirely sure it has though).
It seems to be working similarly in GH, documentation says:
To create a nested list using the web editor on GitHub or a text editor that uses a monospaced font, like Atom, you can align your list visually. Type space characters in front of your nested list item, until the list marker character (- or *) lies directly below the first character of the text in the item above it.
Which seems to be the behavior of the calendar tool, and what you did when creating the meeting. Am I missing something?