class
League
/
CommonMark
/
Extension
/
HeadingPermalink
/
HeadingPermalinkRenderer
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final
HeadingPermalinkRenderer
Renders the HeadingPermalink elements
Implements
- NodeRendererInterface
- XmlNodeRendererInterface
- League\...\ConfigurationAwareInterface
Constants
public
DEFAULT_SYMBOL
Default: '¶'
Properties
private
$config
Default: null
Methods
public
setConfiguration ( League\...\ConfigurationInterface $configuration ) : void
public
render ( Node $node , ChildNodeRendererInterface $childRenderer ) : void
Parameters
-
$node
HeadingPermalink
{@inheritDoc}
public