Skip to content

One-line empty sections #6

Description

@Gauntlet173

Right now to create an empty section, you need to put the first sub-section on a lower line.

1.
  (1) Text goes here.
  (2) Text goes here.

It would be nice if it was possible to avoid the need for the newline, which is more consistent with the printed style.

1. (1) Text goes here.
   (2) Text goes here.

Might be a thing that we could do in the pre-processing stage, when we annotate the indentations.

Then the question is whether it is possible to do it with a header that is attached to the first sub-section.

Header1
1. (1) Section1

   Header2
   (2) Section2

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions