Markdown
extends MarkdownExtra
in package
A custom version of the Markdown class which uses the geshi library for rendering code.
Tags
Table of Contents
Methods
- _doAnchors_inline_callback() : mixed
- Custom _doAnchors_inline_callback that renders links to external sites with a target attribute and an icon.
- _doCodeBlocks_callback() : mixed
- Custom version of the _doCodeBlocks_callback method which invokes a Gheshi object to render code.
- _doTable_callback() : mixed
- Custom version of the _doTable_callback(...) method which sets the table border and CSS style.
Methods
_doAnchors_inline_callback()
Custom _doAnchors_inline_callback that renders links to external sites with a target attribute and an icon.
public
_doAnchors_inline_callback(mixed $matches) : mixed
Parameters
- $matches : mixed
Tags
_doCodeBlocks_callback()
Custom version of the _doCodeBlocks_callback method which invokes a Gheshi object to render code.
public
_doCodeBlocks_callback(mixed $matches) : mixed
Parameters
- $matches : mixed
Tags
_doTable_callback()
Custom version of the _doTable_callback(...) method which sets the table border and CSS style.
public
_doTable_callback(mixed $matches) : mixed
Parameters
- $matches : mixed