0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/models
Hannah Wolfe f318d164d4 Adding Github Flavored Markdown support
closes #422, issue #295

- Added GFM mode to codemirror
- Took the github.js extension for Showdown and added all useful behaviour
- Now supports strikethrough, line breaking and
  multiple underscores, and auto linking urls & emails without breaking
  definition urls
- Also added definition url handling in preparation for #295
- Added unit tests for the extentions individually and integrated with
  showdown
2013-08-29 14:32:09 +01:00
..
base.js Validation consistency 2013-08-25 18:10:12 +01:00
index.js added url handlebars helper 2013-08-26 23:58:35 +01:00
permission.js Agressive stripping of the model attributes 2013-08-25 18:12:27 +01:00
post.js Adding Github Flavored Markdown support 2013-08-29 14:32:09 +01:00
role.js Agressive stripping of the model attributes 2013-08-25 18:12:27 +01:00
settings.js Agressive stripping of the model attributes 2013-08-25 18:12:27 +01:00
user.js Agressive stripping of the model attributes 2013-08-25 18:12:27 +01:00