Skip to content

MDList Block Feature Is Limited #158

Description

@jrg94

The MDList block supports listing off blocks. But, if there is a need to allow multiple blocks for a single list item, there's no obvious way to do it. My current use case is to include a table under a bullet. The table feature might already be bugged, but there is no way right now to allow a paragraph and then a table to be included under a single bullet. I had to hack something together that looks like this:

snakemd.Raw(f"(12 points; 2 points each) True/False: for each of the following statements, indicate whether it is true or false by circling the appropriate value.\n\n{tf_table}")

In this example, tf_table is a table object. I also had to make use of the indent feature to make sure this nests under the bullet correctly. Definitely not ideal!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions