Skip to content

Commit

Permalink
enable header demotion for ipynb
Browse files Browse the repository at this point in the history
cc @michaelaye

Signed-off-by: Chris “Kwpolska” Warrick <[email protected]>
  • Loading branch information
Kwpolska committed Aug 6, 2014
1 parent 7dae25f commit 85c7510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/plugins/compile/ipynb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class CompileIPynb(PageCompiler):

name = "ipynb"
supports_onefile = False
demote_headers = True

def compile_html(self, source, dest, is_two_file=True):
if flag is None:
Expand Down

0 comments on commit 85c7510

Please sign in to comment.