Markdown to HTML
[Markup Plugin]To begin with, the lines you need to display code:
$markdownText = ...
echo $this->Markdown->convert($markdownText)
Examples
The following examples are configured to use the `CommonMarkMarkdown` engine.
Some bold text and also some italic.
hello world
You can write text with links.
- one thing (yeah!)
- two thing
i can write code
, andmore
wipee!
This is an HTML example.
*[HTML]: Hyper Text Markup Language
Also lets
quote something :)
Because that's how it is done.
You can register your own custom converter filters, see docs for details.