Skip to content

Commit

Permalink
rst exporter: Re-enable coalescing streams (#2142)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Apr 29, 2024
1 parent 89de373 commit 71fde29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nbconvert/exporters/rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def _template_name_default(self):
def default_config(self):
c = Config(
{
"CoalesceStreamsPreprocessor": {"enabled": True},
"ExtractOutputPreprocessor": {"enabled": True},
"HighlightMagicsPreprocessor": {"enabled": True},
}
Expand Down

0 comments on commit 71fde29

Please sign in to comment.