AnthonysWebLLC / CodingStandards

CakePHP Plugin which assists with keeping Coding Standards
0 stars 0 forks source link

Add markdown syntax checking #12

Open AnthonyAstige opened 11 years ago

AnthonyAstige commented 11 years ago

Perhaps we could use PageDown as documented @ http://stackoverflow.com/questions/13998894/using-markdown-properly-in-a-php-application. I think if we run it through the parser it will do something like throw exceptions if there is invalid MarkDown.

Also we could use this on the front-end to view the README.md, CONTRIBUTING.md, and others from within the plugin's actions in the web browser.

AnthonyAstige commented 11 years ago

We'll want to use GitHub Flavored Markdown presumably?