Markdown-to-HTML converter.
More...
Markdown-to-HTML converter.
Process anchor span
- Returns
- string
- Parameters
-
Markdown::_atx |
( |
|
$type, |
|
|
|
$str |
|
) |
| |
|
protected |
Process atx-style heading
- Returns
- string
- Parameters
-
Auto-convert links
- Returns
- string
- Parameters
-
Markdown::_blockquote |
( |
|
$str) | |
|
|
protected |
Process blockquote
- Returns
- string
- Parameters
-
Process code span
- Returns
- string
- Parameters
-
Markdown::_fence |
( |
|
$hint, |
|
|
|
$str |
|
) |
| |
|
protected |
Process fenced code block
- Returns
- string
- Parameters
-
Process horizontal rule
- Returns
- string
Process image span
- Returns
- string
- Parameters
-
Process ordered/unordered list
- Returns
- string
- Parameters
-
Process paragraph
- Returns
- string
- Parameters
-
Process whitespace-prefixed code block
- Returns
- string
- Parameters
-
Ignore raw HTML
- Returns
- string
- Parameters
-
Markdown::_setext |
( |
|
$str, |
|
|
|
$type |
|
) |
| |
|
protected |
Process setext-style heading
- Returns
- string
- Parameters
-
Process strong/em/strikethrough spans
- Returns
- string
- Parameters
-
Assemble blocks
- Returns
- string
- Parameters
-
Markdown::convert |
( |
|
$txt) | |
|
Render HTML equivalent of markdown
- Returns
- string
- Parameters
-
Convert characters to HTML entities
- Returns
- string
- Parameters
-
Scan line for convertible spans
- Returns
- string
- Parameters
-
Reduce multiple line feeds
- Returns
- string
- Parameters
-
The documentation for this class was generated from the following file: