PageRenderTime 39ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/src/Bundle/Knplabs/Bundle/MarkdownBundle/Parser/Preset/Max.php

https://github.com/thaberkern/TaskBoxx
PHP | 13 lines | 6 code | 4 blank | 3 comment | 0 complexity | cf98c05cfb0c9d858f28f79e495801c3 MD5 | raw file
Possible License(s): LGPL-2.1, LGPL-3.0, MIT, BSD-3-Clause, Apache-2.0
  1. <?php
  2. namespace Knplabs\Bundle\MarkdownBundle\Parser\Preset;
  3. use Knplabs\Bundle\MarkdownBundle\Parser\MarkdownParser;
  4. /**
  5. * Full featured Markdown Parser
  6. */
  7. class Max extends MarkdownParser
  8. {
  9. }