Skip to content

Commit

Permalink
transform() should be public.
Browse files Browse the repository at this point in the history
  • Loading branch information
michelf committed Apr 8, 2013
1 parent a90ca11 commit c8c17c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Michelf/Markdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ protected function teardown() {
}


protected function transform($text) {
public function transform($text) {
#
# Main function. Performs some preprocessing on the input text
# and pass it through the document gamut.
Expand Down

0 comments on commit c8c17c3

Please sign in to comment.