Giter Club home page Giter Club logo

markdown's Introduction

Markdown.php is a cleaned-up and improved version of Michel Fortin's Markdown_Parser (PHP-Markdown).

##Differences from the original:##

  1. Complete PHPDoc/Dock Block documentation.
  2. Removed global functions that were in place for platform-specific integration. I'll leave that up to the developer.
  3. Improved (subjective, yes) code formatting.
  4. Replaced some/most PHP4-style constructs and routines with modern PHP5.3+ equivalents. (e.g: closures instead of the archaic create_function).
  5. Implemented most HTML5 elements.

##License:## Markdown.php is free software, available under the terms of the GNU General Public License version 3 or a later version. If you like this software and want to say thanks, you can contribute by making a donation @ michelf.com.

markdown's People

Contributors

filp avatar jnovack avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

subby

markdown's Issues

Add composer support

In order to make the installation and use of this library easier, Composer/Packagist support should be added This implies moving the Markdown class to a vendor namespace.

Refer to related issue/improvement #2

Add Unit tests

Title says it all, the library has grown to quite a large size, and could use unit tests to help keep things a bit saner to maintain.

Namespace Markdown class, and maybe rethink the name?

To improve code/library quality, we should move away from the single Markdown class in the top namespace, and instead include it in a vendor namespace. The Markdown name is also generic, and maybe could be changed (that's a big maybe).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.