GitHub API Markdown class.
https://developer.github.com/v3/markdown
- Depuis
- 3.3 (CMS)
- Obsolète:
- 4.0 Use the
joomla/github
package via Composer instead
◆ render()
render |
( |
|
$text, |
|
|
|
$mode = 'gfm' , |
|
|
|
$context = null |
|
) |
| |
Method to render a markdown document.
- Paramètres
-
string | $text | The text object being parsed. |
string | $mode | The parsing mode; valid options are 'markdown' or 'gfm'. |
string | $context | An optional repository context, only used in 'gfm' mode. |
- Depuis
- 3.3 (CMS)
- Exceptions
-
DomainException | |
InvalidArgumentException | |
- Renvoie
- string Formatted HTML
Références $context, $data, $message, $mode, $path, $text, et json_encode.
La documentation de cette classe a été générée à partir du fichier suivant :