marksimple

A simple Markdown parser in PHP

MIT License

Downloads
6.7K
Stars
13
Committers
9
marksimple - 2.2.0 Latest Release

Published by bueltge over 2 years ago

  • Update dependencies, Probs @Kaishiyoku
  • Update composer.log
marksimple - Include Logging option

Published by bueltge almost 6 years ago

  • Add psr/log feature.
  • Use log inside the parse file method to have the chance to log problems with files.
marksimple - Solid

Published by bueltge about 6 years ago

The rules and unit tests for the rules are now more solid and stable. Also it should easier to enhance rules and test. Learn more about OOP in PHP and usage of Unit Test, Mocking.

  • Add new possibilities for markdown syntax.
  • Maintain new refactor in context of rules.
  • Maintain unit tests about all methods, rules.
marksimple - Discover

Published by bueltge over 6 years ago

The first usable release, simple short one file to include and parse the Markdown syntax.