Go to file
2010-05-06 12:27:45 +02:00
DependencyInjection Fix dependency injection 2010-05-05 18:31:57 +02:00
Parser Completed refactored light and extra parsers 2010-05-06 12:27:45 +02:00
Resources/config Fix dependency injection 2010-05-05 18:31:57 +02:00
Tests Completed refactored light and extra parsers 2010-05-06 12:27:45 +02:00
vendor/parser Completed refactored light and extra parsers 2010-05-06 12:27:45 +02:00
.gitignore Initial commit 2010-05-05 17:11:02 +02:00
Bundle.php Fix dependency injection 2010-05-05 18:31:57 +02:00
LICENSE Initial commit 2010-05-05 17:11:02 +02:00
README.markdown Improve doc 2010-05-05 18:38:36 +02:00

Provide markdown to Symfony 2 projects.

INSTALLATION

Put MarkdownBundle to your src/Bundle dir.

Then, enable it in your config.yml:

markdown.parser: ~

USAGE

$this->container->markdownParser->transform($text); // returns HTML.