Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numbered headings? #151

Open
RalfRoemling opened this issue May 19, 2022 · 1 comment
Open

Numbered headings? #151

RalfRoemling opened this issue May 19, 2022 · 1 comment

Comments

@RalfRoemling
Copy link

Hi Overthere,
great plugin :-)

Anybody know by chance how to automatically get structured heading-numbering like:

  1. Heading 1
    1.1. Heading 2
    1.1.1. Heading 3
    1.1.2. Heading 3
    1.2. Heading 2
    1.2.1 Heading 3
    1.1.2 Heading 3

  2. Heading 1
    2.1. Heading 2
    2.1.1. Heading 3
    2.1.2. Heading 3
    2.2. Heading 2
    2.2.1 Heading 3
    2.1.2 Heading 3

@DavidBruchmann
Copy link

DavidBruchmann commented May 19, 2022

as far as I know that's not possible and even not included in some related standard

you can check this: the 2nd level is just not rendered as list:

 1. asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd
 2. asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd  
    2.1. asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd  
    2.2. asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd asdasd  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants