Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 7, 2024
1 parent 6d62571 commit 24fb9ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1586,6 +1586,7 @@ raw template
{%- endblock in_prompt -%}
"""


exporter_attr = AttrExporter()
output_attr, _ = exporter_attr.from_notebook_node(nb)
assert "raw template" in output_attr
Expand Down
24 changes: 12 additions & 12 deletions nbconvert/exporters/slides.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,33 +190,33 @@ def _reveal_url_prefix_default(self):
).tag(config=True)

reveal_overlay = Unicode(
"",
help="""
"",
help="""
Optional text or html overlay.
If this is set then reveal_header, reveal_footer and reveal_backimage are ignored.
""",
).tag(config=True)
).tag(config=True)

reveal_header = Unicode(
"",
help="""
"",
help="""
Optional header to display above slides.
""",
).tag(config=True)
).tag(config=True)

reveal_backimage = Unicode(
"",
help="""
"",
help="""
Optional background image to display behind the slides.
""",
).tag(config=True)
).tag(config=True)

reveal_footer = Unicode(
"",
help="""
"",
help="""
Optional footer to display below slides.
""",
).tag(config=True)
).tag(config=True)

font_awesome_url = Unicode(
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css",
Expand Down

0 comments on commit 24fb9ad

Please sign in to comment.