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

Mixed Setext and atx headers fail #33

Open
st-fankl-in opened this issue Feb 5, 2014 · 0 comments
Open

Mixed Setext and atx headers fail #33

st-fankl-in opened this issue Feb 5, 2014 · 0 comments

Comments

@st-fankl-in
Copy link

I use setext style headers for the first 2 levels but bfdocs can't handle them :(
A file with mixed setext and atx style headers don't show up in the toc and the generated html isn't complete (fail.html from this example only contains Headline3 and Headline4)

Example:
manifest.json

{
    "title": "headline levels",
    "files": [
        "fail.md",
        "work.md",
        "kindofwork.md"
    ]
}

fail.md

Headline1
====
paragraph1

Headline2
----
paragraph2

### Headline3 ###
paragraph3

### Headline4 ###
paragraph4

work.md

# Headline1 #
paragraph1

## Headline2 ##
paragraph2

### Headline3 ###
paragraph3

### Headline4 ###
paragraph4

kindofwork.md

Headline1
====
paragraph1

Headline2
----
paragraph2

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