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

Fixes Issue #44 #58

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fixes Issue #44 #58

wants to merge 4 commits into from

Commits on Apr 7, 2015

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

Commits on May 28, 2015

  1. Ignore voided elements

    ignores the list of voided elements when rendering markdown
    acmitch committed May 28, 2015
    Configuration menu
    Copy the full SHA
    468ecc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. Revamps utilization to require php >=5.4

    Stabilizes library by revamping class to utilize methods from php 5.4
    or greater.
    acmitch committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    77d0914 View commit details
    Browse the repository at this point in the history
  2. Fixes infinite loop issues

    Does an extra check on valid DOMElements to make sure they have child
    nodes before calling recursively.
    acmitch committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    f20a4bc View commit details
    Browse the repository at this point in the history