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.

  1. one thing (yeah!)
  2. two thing i can write code, and more 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.


Send your feedback or bugreport!