Welcome

This is the home page of the documentation.

Getting started is easy — choose a topic from the navigation on the left.

Overview

Chandra::Markdown renders GitHub Flavored Markdown inside your Chandra app. It supports:

Quick example

my $md = Chandra::Markdown->new(app => $app);
$md->set("# Hello\nThis is **Markdown**.");