Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added failing tests about non reference #16

Merged
merged 3 commits into from
Feb 13, 2014
Merged

Commits on Feb 10, 2014

  1. Configuration menu
    Copy the full SHA
    bab6736 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2014

  1. Merge branch 'master' into list-items-undef-ref

    * master:
      added back php import for scrutinizer
      added banners to readme
      added code coverage via scrutinizer
      finally have all tests of the orinal markdown parser passing
      added more tests ported from original markdown implementation
      improved inline html handling
      improved link and reference parsing
      consistency for HRs
      better tabulator support for lists
      allow html comments
      do not break paragraph on different block markers by default
      added PHP 5.6 to unit tests
      Update README.md
      added basic description to README
      added command line script
      added some tests and fixed small bugs
    cebe committed Feb 13, 2014
    Configuration menu
    Copy the full SHA
    64a5e78 View commit details
    Browse the repository at this point in the history
  2. fixed link and reference parsing to support more sophisticated cases

    e.g. nested brackets like [[hi there [this is a
    link]]](http://www.cebe.cc)
    cebe committed Feb 13, 2014
    Configuration menu
    Copy the full SHA
    0fa5711 View commit details
    Browse the repository at this point in the history