Commit Graph

  • 9b297fa877 Remove unnecessary "match anything" test that caused excessive run time on some mixed content Update HTML5 structural tags test to also verify correctness this regexp and the previous one. unwiredben 2012-09-08 14:17:52 -0500
  • 3b9b743f90 Update README.md Corey Innis 2012-08-14 17:34:40 -0700
  • 90e51e95cc Added test for #25. Looks to be working. Titus 2012-08-11 07:02:41 -0600
  • 0e4c052373 Merge branch 'master' into syntax-extensions Titus 2012-08-09 20:19:17 -0600
  • 8d5a284272 Code cleanup Pavel Lang 2012-08-10 02:01:00 +0200
  • 541b3eccb1 Fixed #26 -- Urls which contained matched parenthesis are now supported Titus 2012-08-09 20:06:58 -0600
  • e6526026ec Fixed #26 -- Urls which contained matched parenthesis are now supported Titus 2012-08-09 20:06:58 -0600
  • 35abe36946 Merge branch 'syntax-extensions' of github.com:tstone/showdown into syntax-extensions Titus 2012-08-09 19:51:43 -0600
  • 32db258511 Added AMD friendly piece of code. Joe Martin 2012-06-21 15:30:33 +0200
  • 2d80b3af04 Added AMD friendly piece of code. Joe Martin 2012-06-21 15:30:33 +0200
  • 6f50dd559b Merge pull request #1 from langpavel/syntax-extensions Titus 2012-08-09 17:53:56 -0700
  • a67421ba2a Extension autoloading fix Pavel Lang 2012-08-10 02:35:20 +0200
  • 483bb8604c Merge remote branch 'tstone/syntax-extensions' into syntax-extensions Pavel Lang 2012-08-10 02:28:10 +0200
  • f180e0fe8d Merge 8b96a42fbc into f68216820a Pavel Lang 2012-08-09 17:19:51 -0700
  • 8b96a42fbc Code cleanup Pavel Lang 2012-08-10 02:01:00 +0200
  • 404861d50c Added AMD friendly piece of code. Joe Martin 2012-06-21 15:30:33 +0200
  • 599e9d47f7 Added link to github page and license Titus 2012-06-20 21:51:59 -0600
  • 96e13ee912 Merge branch 'master' of git://github.com/coreyti/showdown into syntax-extensions Titus 2012-06-20 21:46:59 -0600
  • 2be5e4ff7d Added documentation for authoring and testing extensions Titus 2012-06-20 21:35:47 -0600
  • 22056db9a7 Updated README with new inclusion syntax Titus 2012-06-20 21:19:56 -0600
  • 05453b5042 A string name (only) can now be given for bundled extensions Titus 2012-06-20 21:17:58 -0600
  • 0218913efa Standardized naming for bundled extensions Titus 2012-06-20 21:11:43 -0600
  • 5d56cce321 Updated README to match previous change Titus 2012-06-20 21:05:46 -0600
  • e924b04aa2 Extensions within /src are now automatically loaded to the Showdown namespace when server-side Titus 2012-06-20 20:59:50 -0600
  • c647e8e168 Updated README Titus 2012-06-20 17:34:12 -0600
  • bfa99b3af5 Added header to twitter extension Titus 2012-06-20 17:30:15 -0600
  • 10f9c153a3 Added Google Prettify extension (output modification extension test) Titus 2012-06-20 17:16:40 -0600
  • 9d0a929fac Modified test runner to support extension tests as well Titus 2012-06-20 17:03:36 -0600
  • 7db254fcb2 Re-factored @roberocity 's twitter autolinks into extension format Titus 2012-06-20 17:03:23 -0600
  • 4234de3a91 Simplified extensions implementation Titus 2012-06-20 17:02:53 -0600
  • 644fb7b983 A first pass at syntax extensions Titus 2012-06-20 15:56:56 -0600
  • f68216820a version 0.2.0 Corey Innis 2012-06-15 12:05:16 -0700
  • 7f0d59d18e add Titus Stone to package def Corey Innis 2012-06-15 12:04:48 -0700
  • 85c98bb838 fix example in README to match current exports Corey Innis 2012-06-15 12:03:13 -0700
  • 7babd64590 restore README line endings Corey Innis 2012-06-15 11:55:58 -0700
  • 30d57ae1e1 Merge 5e477063df into 5729aa9c8c GitHub Merge Button 2012-06-15 11:46:41 -0700
  • 5e477063df Updated test runner to correct require syntax Titus 2012-06-15 12:46:38 -0600
  • 994d338eec Switched to correct exporting syntax Titus 2012-06-15 12:46:06 -0600
  • 6e5f1f5072 Added myself as a maintenance contributor Titus 2012-06-14 00:54:41 -0600
  • bab6b888ef Added support for new HTML5 structural tags to "pass through" without being wrapped in a <p> Titus 2012-06-14 00:52:20 -0600
  • c2e28da129 Added test case for #10 -- Seems to be working correctly Titus 2012-06-14 00:44:58 -0600
  • 3e00e5a2d1 Fixed #11 -- <style> tags are now not wrapped in <p>'s + test case for this Titus 2012-06-14 00:42:15 -0600
  • a3a07eaac6 Updated nested blockquote test case to proper markdown syntax Titus 2012-06-14 00:35:47 -0600
  • cb7192d2cc Revert "Fixed a handful of linting errors" Titus 2012-06-14 00:32:35 -0600
  • 80a8880aaa Fixed a handful of linting errors Titus 2012-06-14 00:26:49 -0600
  • bcf2bafc44 Fixed #17 -- Github style codeblocks now escape HTML properly Titus 2012-06-14 00:18:04 -0600
  • f3f928084e Fixed #21 -- Github codeblocks can now contain back ticks Titus 2012-06-14 00:09:58 -0600
  • fa38885994 Added test case for github codeblock at start of string Titus 2012-06-14 00:08:49 -0600
  • 6515742ea9 Added quotes around language class attribute on github style codeblock Titus 2012-06-14 00:03:28 -0600
  • 9a0492a7ac Fixed #20 -- Github style codeblocks can now start the parsed string Titus 2012-06-14 00:02:14 -0600
  • b48c06fe72 Fixed mistake in github codeblock test Titus 2012-06-13 23:43:46 -0600
  • 29e2f1a039 Fixed #18 -- class= isn't added if the language is not specified Titus 2012-06-13 23:43:13 -0600
  • ecdd68a4a3 Fixed markdown syntax for code examples Titus 2012-06-13 23:35:24 -0600
  • 6d44697fbf Added more text about adding test cases tstone 2012-06-13 23:28:28 -0600
  • 902c5891f6 Removed debug code that was accidentally committed tstone 2012-06-13 23:24:53 -0600
  • ee929c4fe5 Updated readme about running or creating new test cases tstone 2012-06-13 23:05:44 -0600
  • d16e675ae8 Added testing suite tstone 2012-06-13 23:05:31 -0600
  • c37d77a31d Updated gitignore to ignore npm packages and debug log tstone 2012-06-13 23:05:12 -0600
  • f27ea87c00 Fixed example in README tstone 2012-06-13 20:41:01 -0600
  • c5ead005b1 Updated exports syntax to work like README demonstrates Titus 2012-06-13 20:26:42 -0600
  • 5729aa9c8c update "compressed" version (now using uglify) Corey Innis 2012-05-27 15:34:48 -0700
  • 67a10fb393 version 0.1.0 Corey Innis 2012-05-27 15:34:36 -0700
  • 426cc0c004 add link to wayback machine's archive of attacklab Corey Innis 2012-05-27 15:29:22 -0700
  • d9d7aac3b5 add Cat Chen as contributor Corey Innis 2012-05-27 15:18:51 -0700
  • 319ccbcdc0 exports the converter instead of Markdown Corey Innis 2012-05-27 15:17:20 -0700
  • de33985af2 add Dominic Tarr as contributor Corey Innis 2012-05-27 15:07:55 -0700
  • de9ffb444f Merge pull request #8 from dominictarr/master Corey Innis 2012-05-27 15:05:18 -0700
  • 749f5c9c0a Merge 11fc69fe9f into e877c93ae3 GitHub Merge Button 2012-05-27 15:04:51 -0700
  • e877c93ae3 add Roger Braun as contributor Corey Innis 2012-05-27 15:01:31 -0700
  • 102af4aaf2 Merge a589a987d4 into 3c52317851 GitHub Merge Button 2012-05-27 14:41:50 -0700
  • 716671e844 Merge b03048799b into 3c52317851 GitHub Merge Button 2012-05-11 10:58:53 -0700
  • b03048799b Corrected initial implementation of Twitter autolinks Rob Sutherland 2012-05-11 12:57:19 -0500
  • 6426b63a4a initial attempt at matching @twitter username automatically Rob Sutherland 2012-05-11 11:54:11 -0500
  • 1b5200b82b Merge 4640ffab62 into 3c52317851 GitHub Merge Button 2012-04-09 07:14:45 -0700
  • 4640ffab62 Support for Strikethrough. joaocolombo 2012-04-09 11:13:48 -0300
  • a589a987d4 Support for github-style code blocks Roger Braun 2011-10-20 17:08:27 +0200
  • 11fc69fe9f add quick example Dominic Tarr 2011-09-15 11:47:23 +1000
  • 4b801ff837 optimized exports letting exports == Showdown Cat Chen 2011-08-05 22:53:22 +0800
  • 9dc0e2b2e1 exports the converter instead of Markdown Cat Chen 2011-06-28 00:41:00 +0800
  • 3c52317851 adds contributor Corey Innis 2011-04-09 06:27:45 +0800
  • 36d1a72756 add contributor Konstantin Käfer 2011-04-07 13:31:26 -0400
  • 6872d72294 adding package.json for CommonJS compliance Konstantin Käfer 2011-04-07 13:26:00 -0400
  • 2a04951a5d Add 'Credits' to the README. Corey Innis 2010-10-31 11:35:28 -0700
  • 4405b2639e Merge branch 'remy-master' Corey Innis 2010-10-31 11:10:54 -0700
  • 55d2f65350 Extend remy's addition of heading id attributes to apply to Setext-style headings as well. Corey Innis 2010-10-31 11:10:22 -0700
  • 053b830e88 Add .gitignore Corey Innis 2010-10-31 11:09:35 -0700
  • b99adc105d Make example/showdown.js a symlink, so it always references the current source. Corey Innis 2010-10-31 11:08:59 -0700
  • 38e7d83caf Add authorship clarification to README. Corey Innis 2010-10-31 10:40:27 -0700
  • 39f691c3a3 Rename README so GitHub will render it Corey Innis 2010-10-31 10:34:00 -0700
  • 87537fadc6 Add authorship clarification to README. Corey Innis 2010-10-31 10:40:27 -0700
  • 3fe08a3804 Rename README so GitHub will render it Corey Innis 2010-10-31 10:34:00 -0700
  • 3d3207142f added ids to headings remy 2010-10-31 14:56:59 +0000
  • 1d4245852b commonjsified remy 2010-10-30 16:22:12 +0100
  • cf876fe2de commonjsified remy 2010-10-30 16:21:15 +0100
  • 33e6d67096 initial commit Corey Innis 2008-11-13 13:40:18 -0800