Solar_Markdown_Apidoc::processSpans()

public string Solar_Markdown_Apidoc::processSpans ( string $text )

Runs the source text through all span-type plugins.

Inherited from Solar_Markdown.

Parameters

  • (string) $text: The source text.

Returns

  • (string) The source text after processing.

Description

Runs the source text through all span-type plugins.

Generally this is called by block-type plugins, not by the Markdown engine directly.



Local