calendar icon indicating copy to clipboard operation
calendar copied to clipboard

GFM issues with lists

Open wareid opened this issue 4 years ago • 1 comments

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).

wareid avatar Oct 20 '21 17:10 wareid

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?

jean-gui avatar Jun 08 '22 15:06 jean-gui