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

Header inlining does not work for discontinued headers #15

Open
igsha opened this issue Apr 15, 2020 · 0 comments
Open

Header inlining does not work for discontinued headers #15

igsha opened this issue Apr 15, 2020 · 0 comments

Comments

@igsha
Copy link

igsha commented Apr 15, 2020

This example does not work as expected:

---
numberSections: true
linkReferences: true
sectionsDepth: 6
inlineHeaderLevel: 3
---

# First

lala

## Second

some text

###

Some text that should be inlined.
This example works fine.

# Section two

Some text here.

### This is a bad header

This sentence does not connected to the header.

But if I mark the previous header as inlineHeaders it will work:

# Header 1 {inlineHeaders=1}

some text

### 

This header works now.
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

1 participant