Skip to content

Commit

Permalink
Adding markdown module
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hollis committed Nov 15, 2012
1 parent ee2f086 commit c4f5e4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -40,3 +40,6 @@
[submodule "modules/purifier"]
path = modules/purifier
url = git://github.com/shadowhand/purifier.git
[submodule "modules/markdown"]
path = modules/markdown
url = git://github.com/aptgraph/kohana-markdown.git
1 change: 1 addition & 0 deletions application/bootstrap.php
Expand Up @@ -120,6 +120,7 @@
'orm' => MODPATH.'orm', // Object Relationship Mapping
'vendo-acl' => MODPATH.'acl', // Vendo's policy-based authorization system
'purifier' => MODPATH.'purifier', // HTML Purifier
'markdown' => MODPATH.'markdown', // Text -> HTML conversion
));

/**
Expand Down
1 change: 1 addition & 0 deletions modules/markdown
Submodule markdown added at e0e007

0 comments on commit c4f5e4e

Please sign in to comment.