Skip to content

Commit

Permalink
Mark the HeadingRenderer class as internal
Browse files Browse the repository at this point in the history
This will reduce the maintenance burden and ensure more controlled usage within the core library. If future user needs arise, we will consider revisiting this decision.
  • Loading branch information
caendesilva committed Dec 8, 2024
1 parent d2793df commit 8d16f52
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
/**
* Renders a heading node, and supports built-in permalink generation.
*
* @internal This class is an internal implementation detail of our Markdown processing and is not indented for use outside of the framework.
*
* @see \League\CommonMark\Extension\CommonMark\Renderer\Block\HeadingRenderer
*/
class HeadingRenderer implements NodeRendererInterface
Expand Down

0 comments on commit 8d16f52

Please sign in to comment.