Solar_Markdown_Wiki_Link::cleanup()

public string Solar_Markdown_Wiki_Link::cleanup ( string $text )

Cleans up text to replace encoded placeholders with anchors.

Parameters

  • (string) $text: The source text with placeholders.

Returns

  • (string) The text with anchors instead of placeholders.

Description

Cleans up text to replace encoded placeholders with anchors.



Local