Skip to content

Commit

Permalink
removed table trait from default markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Oct 10, 2014
1 parent 16f700b commit 4f6b35c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Markdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class Markdown extends Parser
identifyHr as protected identifyAHr;
consumeHr as protected consumeAHr;
}
use block\TableTrait;

// include inline element parsing using traits
use inline\CodeTrait;
Expand Down

0 comments on commit 4f6b35c

Please sign in to comment.