Here's a thing I didn't expect. My documents include a few files that have more than one heading in the same file:

```md
### heading 1a

blah blah blah

### heading 1b

blah blah blah
```

I compile from markdown to epub. In the epub TOC I see this:

```
- headering 1a
   - heading 1b
```

Why is "heading 1b" indented? I would expect them to be at the same level, since they're both h3 headers.

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/fbd55d8c-e37b-4a7b-88f9-727688219248n%40googlegroups.com.