22 Commits

Author SHA1 Message Date
Ben Blank
27d043d23e correct gfm example and add explanation for multiple parsers 2012-04-26 10:58:48 -07:00
Ben Blank
f549b7061f add documentation for Markdown plugin 2012-04-26 09:13:08 -07:00
Ben Blank
f45d9bbccc rename gfmHardwrap config option to hardwrap for agreement with dialect and future-proofing 2012-04-26 08:34:34 -07:00
Ben Blank
f47bcce5b1 fix description-clobbering bug in string property handling, don't parse inherited properties, add @classdesc to default tags 2012-04-24 17:19:34 -07:00
Ben Blank
79590baac7 add dialect parameter for evilstreak Markdown parser 2012-04-24 17:19:16 -07:00
Ben Blank
660338e93b allow GFM hardwrapping to be disabled
Note that hardwrapping is enabled by default in the GFM script (to preserve its behavior), but that it is disabled by default in the JSDoc plugin, as that seems more useful for inline documentation.
2012-04-21 08:19:58 -07:00
Ben Blank
8279f908d4 allow Markdown in more than just top-level descriptions 2012-04-21 08:19:49 -07:00
Ben Blank
d4bfc564b6 add configuration support to plugins/markdown 2012-04-21 08:19:31 -07:00
Jannon
d4c1f8d2dc missed a couple typos 2012-03-09 22:53:57 -08:00
Jannon
4b5f7508bf Typo fixes 2012-03-09 11:11:00 -08:00
Jannon
eae0a4aea5 Fix typo and markdown formatting 2012-02-25 00:24:11 -08:00
Jannon
393f6c9846 Beefier plugin documentation
Also updating the included plugins to export handlers in a "handlers" object.
2012-02-25 00:11:58 -08:00
Jannon
9ec3d61084 Revert "Refactored parsing to allow for easily extending/overriding parseing behavior"
This reverts commit f52302e71d5d9754f5ce1d193b0ba4cda133d566.
2012-02-23 17:18:37 -08:00
Jannon
f52302e71d Refactored parsing to allow for easily extending/overriding parseing behavior 2012-01-25 14:17:22 -08:00
Michael Mathews
bf5d6eb505 Added plugin to escape HTML tags in descriptions. 2011-10-13 23:08:33 +01:00
Michael Mathews
c89fa6dbba Added new event named "beforeParse". Closes #45. 2011-10-11 20:13:30 +01:00
Michael Mathews
96be1ab382 Added plugin to support custom @source tags. Closes #33. 2011-09-14 23:42:50 +01:00
Michael Mathews
b1f6ebf6d9 Fixed formatting in README. 2011-08-15 19:48:20 +01:00
Michael Mathews
0c64dc6a1f Improvements to plugin API. Added initial README for authoring plugins. 2011-08-15 19:39:48 +01:00
Michael Mathews
d5a0d3a3d9 Added Jake build script. 2011-06-18 12:52:24 +01:00
Michael Mathews
bb873696d0 Added in linkify function to default template. Added ability to keep HTML tags in text processed by the markdown plugin. 2011-01-06 17:14:38 +00:00
Michael Mathews
db62d9e7b4 Added events, added parse handlers, added plugins and markdown plugin support. 2010-12-27 15:18:44 +00:00