Commit Graph

  • c757a56601 Correct spelling of undefined Ollie Relph 2014-02-21 17:49:55 +0000
  • dd2bf84fde Correct spelling of undefined Ollie Relph 2014-02-21 17:47:35 +0000
  • 204ac31cc8 moved compressed showdown.js file to root-folder to make it work with latest bower Bastian Gruber 2014-02-17 16:31:23 +0100
  • f764f40591 Merge cca35a0c02 into 2e102c72b2 Christopher Hiller 2014-02-16 23:58:01 -0800
  • cca35a0c02 showdown-86 explicitly put Showdown in window object if detected Christopher Hiller 2014-02-16 23:54:55 -0800
  • ec66101e80 Fix typos in module/exports/require detection. Alec Perkins 2014-01-25 13:41:57 -0500
  • e58736f216 Simplify test for fs.readdirSync. Alec Perkins 2014-01-25 13:40:02 -0500
  • 2c4b2ca558 added a vimeo extension that embeds a video Antoni Kaniowski 2014-01-15 16:32:18 +0100
  • 1f0ebaf6e2 Fixing replacement of underscores in text links by the italics Chris Sloan 2014-01-11 20:20:23 -0500
  • 1346a11cb4 Prepending header ids with section and adding unique identifier to header ids. nicovalencia 2014-01-08 15:34:54 -0700
  • 7cd4829f9c Fixed all jshint warnings in showdown source. nicovalencia 2014-01-08 13:38:22 -0700
  • 10f461aa38 Updating project to Grunt 0.4.x workflow. nicovalencia 2014-01-08 12:10:16 -0700
  • 15a6b67df7 Update Client side example in README.md Dave Justice 2013-12-31 15:26:12 -0800
  • a73ce18847 Add bower.json for better compatibility with Bower. Philipp Bosch 2013-12-28 13:03:28 +0100
  • b460572ccb Making sure we only load extension files that end with .js. Otherwise, it creates issues with vim that adds a .js.swp while editing Xavier Damman 2013-12-10 00:20:00 -0800
  • bc4089e5c2 Making sure we don't create a link if the @username or #hashtag is already in a markdown link [] Xavier Damman 2013-12-09 01:20:26 -0800
  • d07daced6b Update twitter.js Xavier Damman 2013-12-08 18:10:02 -0800
  • d9a176dd52 Fix issue with multiple tables in one file Peter Haider 2013-11-15 16:42:13 +0100
  • 8dcf76b652 Add youtube extension Mehul Kar 2013-11-13 14:40:06 -0800
  • 9aeacdf11e removing white space between license file name kimbs 2013-08-16 16:25:22 -0700
  • 34e1e8a753 Merge ab97fc770e into 2e102c72b2 SixDimensionalArray 2013-08-09 12:29:48 -0700
  • ab97fc770e Fixed a typo in the custom filter example (missing filter: object property). SixDimensionalArray 2013-08-09 12:27:58 -0700
  • 3cf0cc7d21 Update table.js welvet 2013-07-22 13:27:43 +0400
  • aa78a8996d a bug about options 八克白 2013-07-13 23:24:56 +0800
  • c579d08c9a a bug about options 八克白 2013-07-13 23:20:03 +0800
  • 1e6da69ecf Fixed typo 'undefind' -> 'undefined' Srikumar K. S 2013-07-13 16:02:56 +0530
  • e7c131a27b Merge a489b23f31 into 2e102c72b2 Edward Anderson 2013-07-06 14:12:26 -0700
  • a489b23f31 Fix filter extension example in the README Edward Anderson 2013-07-06 17:12:25 -0400
  • c3a88c8fee Fix extension example in the README Edward Anderson 2013-07-06 17:01:48 -0400
  • 6b87d38733 Fix CommonJS support Alexandre Morgaut 2013-07-01 15:09:25 +0200
  • 35c2826a6e Be more explicit about detecting fs.readdirSync support. Alec Perkins 2013-04-14 20:25:00 -0400
  • 3b72b5aadf Bugfix: Clear table output buffer between tables Anthony 2013-04-01 14:52:37 -0700
  • 9c33c6aa87 extensions should be a list, not a string. Daniel Quinn 2013-03-28 14:18:16 +0100
  • 6dd8e679ca [-] Added support for github @mentions Jose Soares 2013-02-23 21:48:09 -0500
  • b2349bf806 dirty Fix for github code block zhangyijun 2013-02-14 13:13:30 +0800
  • d5d379a145 dirty Fix for github code block zhangyijun 2013-02-14 12:59:04 +0800
  • 81bdab33d2 bugfix /src/extensions/table.js swisky 2013-01-17 17:15:50 +0000
  • b02eff4bb7 Clarify extension API Riley Lynch 2013-01-09 13:14:35 -0500
  • afe798626a Add filter attribute name to extension example Riley Lynch 2013-01-09 13:06:57 -0500
  • 4dd55750fd Fix typo Riley Lynch 2013-01-09 12:55:35 -0500
  • 1d3f306fb8 Added support for ender. - It defines everything to look and act like node, which makes require('fs') throw an exception (unloaded module). Benjamin Horsleben 2012-12-11 19:02:44 +0100
  • 79e5ffd1aa ### Latest commit - Added support for Showdown to be used as jQuery extension Christopher Walker 2012-11-10 22:10:16 +0900
  • 2e102c72b2 update output files Corey Innis 2012-11-02 03:18:47 -0700
  • 6b21d1497d version 0.3.1 v0.3.1 Corey Innis 2012-11-02 03:05:07 -0700
  • 713cfa5137 documentation touch-up Corey Innis 2012-11-02 02:53:37 -0700
  • 99576d4ec1 update travis ci reference to point to coreyti/showdown Corey Innis 2012-11-02 02:21:42 -0700
  • 978e10613f Merge b143ea30e8 into e64d1fe309 Pascal Deschênes 2012-11-01 15:42:38 -0700
  • b143ea30e8 fix test cases following table extension re-entrant support Pascal Deschenes 2012-11-01 18:33:48 -0400
  • 20aef335b4 fix travis file Pascal Deschenes 2012-11-01 18:23:06 -0400
  • 08de80cc0d fix a few bits of documentation + add travis-ci build status image Pascal Deschenes 2012-11-01 17:41:15 -0400
  • 013fed875c bump version number Pascal Deschenes 2012-11-01 16:22:41 -0400
  • 8c5ae8ef8f add re-entering support for table content Pascal Deschenes 2012-11-01 16:16:34 -0400
  • 0440ef313e fix bug with this scope handling and extension converter argument Pascal Deschenes 2012-11-01 16:12:32 -0400
  • dc28410a3b Merge branch 'master' into feature-table-extension Pascal Deschenes 2012-11-01 14:21:39 -0400
  • 8a95b24ec2 ignore stuff for git archive Pascal Deschenes 2012-11-01 14:13:13 -0400
  • 5153d76d89 add basic grunt file support Pascal Deschenes 2012-11-01 14:12:53 -0400
  • 803efa03af add test script and specific mocha/should version in package.json Pascal Deschenes 2012-11-01 14:12:27 -0400
  • ff9007606b fix typo Pascal Deschenes 2012-11-01 14:09:12 -0400
  • 7e8971cc39 add travis ci build support Pascal Deschenes 2012-11-01 14:08:26 -0400
  • ddec23684f fix prettify naming (client side error) Pascal Deschenes 2012-11-01 14:07:53 -0400
  • e64d1fe309 [#36] regenerate output Corey Innis 2012-11-01 00:52:50 -0700
  • 126de06126 [#36] correct documentation. Corey Innis 2012-11-01 00:51:32 -0700
  • 7c28d3752c [#36] iterate with Showdown.forEach Corey Innis 2012-11-01 00:50:03 -0700
  • 77d4cc4b47 Merge cb6565964f into d6d7f807ea Christopher 2012-10-31 06:43:58 -0700
  • cb6565964f Fixed whitespace issues and added my code as a function rather than part of the .makeHtml() body Christopher Walker 2012-10-31 22:42:59 +0900
  • 13bbca36d7 Fixing merge conflict Christopher Walker 2012-10-31 22:25:12 +0900
  • da7e7ad277 Merging new commits Christopher Walker 2012-10-31 22:05:37 +0900
  • d6d7f807ea [#14] add initial github-flavored extension Corey Innis 2012-10-31 03:38:46 -0700
  • 60c6eec3eb [#14] speling fix Corey Innis 2012-10-31 02:38:06 -0700
  • bde91a1106 version 0.3.0 Corey Innis 2012-10-31 02:05:41 -0700
  • b0f45c590f regenerate output files Corey Innis 2012-10-31 01:59:36 -0700
  • 99c5b4609a update contributors Corey Innis 2012-10-31 01:21:28 -0700
  • b8c979653e post-merge (abackstrom) remove extraneous var declaration. Corey Innis 2012-10-31 01:18:06 -0700
  • 8a8820634e Merge remote-tracking branch 'abackstrom/striplinkdefinitions-endstring' Corey Innis 2012-10-31 01:16:05 -0700
  • e517605e09 update contributors Corey Innis 2012-10-31 00:54:12 -0700
  • 0e70ce8829 Merge 404861d50c into 374669bb49 josephjoaquinmartin 2012-10-31 00:52:41 -0700
  • a1053a38b9 Merge 6645ca173b into 374669bb49 Adam Backstrom 2012-10-31 00:33:14 -0700
  • 374669bb49 post-merge (unwiredben) update html5 structural tests Corey Innis 2012-10-31 00:32:30 -0700
  • 9075cdc080 Merge remote-tracking branch 'unwiredben/master' Corey Innis 2012-10-31 00:30:23 -0700
  • 26de7f07a5 Merge 9b297fa877 into fb4fed1db2 Ben Combee 2012-10-31 00:25:04 -0700
  • fb4fed1db2 Merge remote-tracking branch 'tstone/upstream' Corey Innis 2012-10-31 00:19:12 -0700
  • 060211b958 Merge 90e51e95cc into d46f5b5de3 Titus 2012-10-31 00:18:19 -0700
  • d46f5b5de3 regenerate compressed showdown.js Corey Innis 2012-10-31 00:07:31 -0700
  • bf120d1d67 update contribution note for stone (you rock!) Corey Innis 2012-10-31 00:05:51 -0700
  • 57fa69eff5 minor README cleanup Corey Innis 2012-10-30 23:37:53 -0700
  • c0d6f9fb21 Merge remote-tracking branch 'tstone/syntax-extensions' Corey Innis 2012-10-30 22:39:04 -0700
  • 7c01d9c7c8 Merge 0e4c052373 into 3b9b743f90 Titus 2012-10-30 22:37:57 -0700
  • b9f38acb18 table extension new test cases: Pascal Deschenes 2012-10-30 17:02:59 -0400
  • caa98a8dde bug fixes: Pascal Deschenes 2012-10-30 16:55:18 -0400
  • aa76deec74 add basic table support Pascal Deschenes 2012-10-30 14:39:34 -0400
  • 9d825e83bf Ignore commit.log Christopher Walker 2012-10-25 12:57:43 +0900
  • 704fd589b4 ### Latest commit - Commented changes Christopher Walker 2012-10-25 12:34:30 +0900
  • 950d297df9 ### Latest commit - Previous commit broke several MarkDown syntax rules, especially for nested lists. It should still be tested but now there should be no issues when directly converting inline HTML block element content when it is indented. - Also ran the whole library through JSLint and fixed some of the errors Christopher Walker 2012-10-25 12:29:43 +0900
  • 8f57540b23 For users who use actual tab characters in their text editors Christopher Walker 2012-10-24 12:21:55 +0900
  • 3a916e9a16 Now it will work. Forgot to replace all with /g in the regex Christopher Walker 2012-10-24 12:10:40 +0900
  • 469b45fdd2 Now it will work. Forgot to replace all with /g in the regex Christopher Walker 2012-10-24 12:04:44 +0900
  • 7f318f838a Now allows for parsing of correctly indented (pretty) markup inside block elements Christopher Walker 2012-10-24 11:11:04 +0900
  • 6645ca173b Apply sentinel fixes to _StripLinkDefinitions Adam Backstrom 2012-10-19 11:55:49 -0400
  • ee00026344 Merge 724faa7c5d into 3b9b743f90 Norbert Orzechowicz 2012-10-12 00:45:19 -0700
  • 724faa7c5d Updated showdown.js compressed version Norbert Orzechowicz 2012-10-12 09:35:38 +0200