Skip to content

Commit

Permalink
Clean up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 8, 2024
1 parent 0987ac0 commit 57334a5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ protected static function findLineContentPositions(array $lines): array

protected function configureCustomHeadingRenderer(): void
{
$this->converter->getEnvironment()->addRenderer(Heading::class, new HeadingRenderer($this->pageClass, $this->headingRegistry));
$this->converter->getEnvironment()->addRenderer(Heading::class,
new HeadingRenderer($this->pageClass, $this->headingRegistry)
);
}
}

0 comments on commit 57334a5

Please sign in to comment.