Solar_Markdown_Plugin_Break::parse()

public string Solar_Markdown_Plugin_Break::parse ( string $text )

Adds <br /> tags to each line ending with two or more spaces.

Parameters

  • (string) $text: The source text.

Returns

  • (string) The transformed XHTML.

Description

Adds <br /> tags to each line ending with two or more spaces.



Local