Commit Graph

  • 0411b14cf5 Added <mark> support Vitaly Puzrin 2014-10-25 12:45:20 +0400
  • 710a62f1d5 Added <ins> support Vitaly Puzrin 2014-10-25 12:20:59 +0400
  • a4afaa4ccb Freeze default rules set (~ equal to GFM). Added `full` preset to enable everything. Vitaly Puzrin 2014-10-25 12:07:20 +0400
  • a0691ac720 Exposed `configure()` method Vitaly Puzrin 2014-10-24 10:12:45 +0400
  • 0e4767711d Don't restrict rules by default Vitaly Puzrin 2014-10-24 09:45:29 +0400
  • 9b87c99abc Reorganized parser configuration Vitaly Puzrin 2014-10-24 09:39:50 +0400
  • 0930235149 reorganized files Vitaly Puzrin 2014-10-24 08:27:45 +0400
  • 6ec29fe47a 1.1.2 released Vitaly Puzrin 2014-10-23 20:00:27 +0400
  • 57a96abfde browser files rebuild Vitaly Puzrin 2014-10-23 19:54:28 +0400
  • 0025a49376 Enabled pending test Vitaly Puzrin 2014-10-23 19:41:13 +0400
  • f15fa5ed23 Renamed back `strikethrough` to `del` Vitaly Puzrin 2014-10-23 19:27:13 +0400
  • 4ac25cb4c2 Added cmm spec to benchmarks samples Vitaly Puzrin 2014-10-23 19:09:51 +0400
  • 1676e10ee8 Fix performance when nested token doesn't match Alex Kocharin 2014-10-23 18:14:46 +0400
  • 182c21b4c3 Move strikeout test to an appropriate place Alex Kocharin 2014-10-23 17:55:31 +0400
  • c9adb050e0 Preserve initial position in links Alex Kocharin 2014-10-23 17:39:55 +0400
  • dd96361bd3 changelog update Vitaly Puzrin 2014-10-23 17:22:15 +0400
  • 0d22001900 more fixes in link protocols check Vitaly Puzrin 2014-10-23 17:16:50 +0400
  • d02fc8a32b base64 encode demo permalinks to avoid broken content for github postings Vitaly Puzrin 2014-10-23 16:56:05 +0400
  • d6b5c03d1f Improved prohibited protocols check in links Vitaly Puzrin 2014-10-23 14:52:04 +0400
  • 6dc8e832a7 Updated smartquotes tests Vitaly Puzrin 2014-10-23 12:44:41 +0400
  • 2f274bfc4d Fixture rename Vitaly Puzrin 2014-10-23 11:40:36 +0400
  • 2ef8825a7f Moved tight paragraphs marking to separate fn Vitaly Puzrin 2014-10-23 11:27:59 +0400
  • 6ce8e1b61d Perf: improved inlines cache logic Vitaly Puzrin 2014-10-23 10:58:09 +0400
  • a7c1bdb0b9 1.1.1 released Vitaly Puzrin 2014-10-22 23:14:19 +0400
  • d8736e01bf Browser files rebuild Vitaly Puzrin 2014-10-22 23:13:48 +0400
  • 719d4c1888 Linkify fix. Closes #51 Vitaly Puzrin 2014-10-22 23:05:25 +0400
  • 2040c4f02e StateInline props rename Vitaly Puzrin 2014-10-22 22:23:15 +0400
  • ba2463f2f5 Remove dead code in em/del Alex Kocharin 2014-10-22 21:32:53 +0400
  • f74bbf2515 Tweak emphasis parsing algorithm Alex Kocharin 2014-10-21 13:12:22 +0400
  • 5d772b9bb6 Add validation mode to all inline rules Alex Kocharin 2014-10-21 12:29:07 +0400
  • ab00db7c24 Fixed `Ruler.after()` method Vitaly Puzrin 2014-10-22 13:37:57 +0400
  • d5c588b130 Simplified loose/tight logic. Closes #50 Vitaly Puzrin 2014-10-22 09:58:49 +0400
  • 7146f91d0a 1.1.0 released Vitaly Puzrin 2014-10-20 10:29:26 +0400
  • 254bbec953 browser files rebuild Vitaly Puzrin 2014-10-20 10:24:22 +0400
  • 2cc37e20d0 Splitted .render() methods to simplify monkeypatching Vitaly Puzrin 2014-10-19 07:31:12 +0400
  • bf1016510b typo fix Vitaly Puzrin 2014-10-19 01:39:05 +0400
  • 0e8d9bec18 reordered StateInline properties Vitaly Puzrin 2014-10-19 01:34:12 +0400
  • 065eba8bda Add "lines" attribute to all block-level tokens Alex Kocharin 2014-10-19 00:38:18 +0400
  • 07a5bf5c7f listMode -> parentType Vitaly Puzrin 2014-10-19 00:43:23 +0400
  • 7ea9c2cffb StateBlock cleanup Vitaly Puzrin 2014-10-18 19:13:29 +0400
  • 7abfb2718c Treat newline as a whitespace in em and del Alex Kocharin 2014-10-18 18:55:44 +0400
  • 4c100655da Update test fixtures to the latest CommonMark spec Alex Kocharin 2014-10-18 18:20:17 +0400
  • 5a73b286b6 Update emphasis rule to the latest CommonMark spec Alex Kocharin 2014-10-18 18:18:16 +0400
  • 46402a32b4 Replace bqMarks logic with negative tShift Alex Kocharin 2014-10-18 17:38:27 +0400
  • 68fed4da38 Merge pull request #45 from julianlam/patch-1 Vitaly Puzrin 2014-10-17 07:02:31 +0400
  • 9a4a820749 proofreading Julian Lam 2014-10-16 22:57:05 -0400
  • 199976d09e parse backticks without regex exec Vitaly Puzrin 2014-10-17 06:06:44 +0400
  • b53b20b372 demo update Vitaly Puzrin 2014-10-17 04:35:47 +0400
  • 2f7a0d0467 Examples fix. Closes #43 Vitaly Puzrin 2014-10-17 04:29:26 +0400
  • 6db093844b Avoid shadow copy for inline containers Vitaly Puzrin 2014-10-17 04:27:01 +0400
  • 46ed247933 Added jsDeliver CDN link Vitaly Puzrin 2014-10-17 02:00:06 +0400
  • 7ee0ac4d58 Merge pull request #41 from tomByrer/patch-4 Vitaly Puzrin 2014-10-17 01:56:00 +0400
  • 9264073d75 Rolled back benchmark option, touched in prev commit Vitaly Puzrin 2014-10-17 01:49:30 +0400
  • 105a06ceca Fixed linkify option Vitaly Puzrin 2014-10-17 01:47:22 +0400
  • 190a8563ab Perf: optimized html block names lookup Vitaly Puzrin 2014-10-17 01:19:13 +0400
  • 00e15ae430 + commit to dev Tom Byrer 2014-10-16 15:13:46 -0600
  • b185148117 Cleanup Vitaly Puzrin 2014-10-17 00:33:32 +0400
  • 6a05b0674c Simplified StateInline Vitaly Puzrin 2014-10-17 00:22:31 +0400
  • 4682ab06a8 Merge pull request #39 from tomByrer/patch-2 Vitaly Puzrin 2014-10-17 00:04:51 +0400
  • 9fbeb5a6ec Perf: escaping Vitaly Puzrin 2014-10-16 23:31:50 +0400
  • 5512f9cdcd Deopts: fixed tables Vitaly Puzrin 2014-10-16 21:42:20 +0400
  • 6182f74807 + licence to headers Tom Byrer 2014-10-16 10:44:10 -0600
  • 1fde848a41 Fixed deopts Vitaly Puzrin 2014-10-16 13:09:54 +0400
  • 01008da830 Added benchmarks for different remarkable modes Vitaly Puzrin 2014-10-16 09:23:49 +0400
  • 3b527ef9d2 Added contribution guideline Vitaly Puzrin 2014-10-16 08:59:56 +0400
  • a48454b99a Clarified comments Vitaly Puzrin 2014-10-16 07:38:07 +0400
  • cc76a2d454 Removed `coming soon` from readme Vitaly Puzrin 2014-10-16 05:33:41 +0400
  • 6e8009efce npm/bower ignore masks update Vitaly Puzrin 2014-10-16 05:06:44 +0400
  • 0d60036444 1.0.0 released Vitaly Puzrin 2014-10-16 04:54:40 +0400
  • 1b504613c4 Configs update Vitaly Puzrin 2014-10-15 08:04:49 +0400
  • 056dae7c7d Browser scripts rebuild Vitaly Puzrin 2014-10-14 01:59:56 +0400
  • 637968d55e Removed eslint warning Vitaly Puzrin 2014-10-14 01:19:03 +0400
  • a4bae74995 Add rule to replace quotes with typographic ones Alex Kocharin 2014-10-13 22:02:42 +0400
  • 13db2bd996 Don't linkify content of html <a> tags Vitaly Puzrin 2014-10-13 19:24:25 +0400
  • 1f1a22180b Remove outated fixtures (remarked) Vitaly Puzrin 2014-10-13 17:43:07 +0400
  • 5412189997 Don't add tabs to tables markup Vitaly Puzrin 2014-10-13 17:38:25 +0400
  • cf1089e5ff Docs update Vitaly Puzrin 2014-10-12 22:09:24 +0400
  • 8a2367f678 Typhgrapher - updated dashes behaviour Vitaly Puzrin 2014-10-12 21:50:58 +0400
  • ec90a38df2 Fix tables inside lists/blockquotes Alex Kocharin 2014-10-12 12:15:05 +0400
  • b517773b4a Don't rebuild browser version on demo compile Vitaly Puzrin 2014-10-12 02:31:28 +0400
  • 3cd192537d Updated codepoints check Vitaly Puzrin 2014-10-12 02:29:50 +0400
  • 46f73c6fbd Extended spaces & line breaks normalization Vitaly Puzrin 2014-10-12 01:47:45 +0400
  • d5f06f875e Added sugar for curried plugins init Vitaly Puzrin 2014-10-12 00:43:07 +0400
  • ccf003171f Merge pull request #31 from tomByrer/patch-1 Vitaly Puzrin 2014-10-11 21:45:13 +0400
  • 20100b5ae8 impoved Blockquotes and Lists examples Tom Byrer 2014-10-11 10:25:04 -0600
  • 46a71bc150 Demo: output html highlight + minor style updates Vitaly Puzrin 2014-10-11 13:36:32 +0400
  • 34988f3182 Browser files rebuild Vitaly Puzrin 2014-10-11 11:46:08 +0400
  • 5bd71f91a7 Moved state helpers to State* classes Vitaly Puzrin 2014-10-11 11:43:33 +0400
  • ee42a637c4 Removed unused properties in StateBlock Vitaly Puzrin 2014-10-11 08:32:44 +0400
  • b9d3828a5d Cleanup Vitaly Puzrin 2014-10-11 07:36:31 +0400
  • a759af6f8a Perf: speedup cache creation in StateBlock Vitaly Puzrin 2014-10-11 07:35:42 +0400
  • 7a41005a46 speed opt (renderer) Vitaly Puzrin 2014-10-11 04:56:42 +0400
  • 0e3e1171e6 Moved string helpers to utilities Vitaly Puzrin 2014-10-11 03:30:29 +0400
  • 81778ecdba Added hook to validate links Vitaly Puzrin 2014-10-11 02:47:59 +0400
  • 92d9fde585 del -> strikethrough Vitaly Puzrin 2014-10-11 01:33:19 +0400
  • 167bcd7940 Typo fixes and minor doc update Vitaly Puzrin 2014-10-11 01:30:27 +0400
  • f300ed0ca5 Updated demo styles and docs Vitaly Puzrin 2014-10-11 01:15:28 +0400
  • 9ddf69ed1d Demo defaults update Vitaly Puzrin 2014-10-10 23:12:46 +0400
  • 95299f52c6 Demo rebuild Vitaly Puzrin 2014-10-10 22:52:24 +0400
  • f17ce5a663 Added strict commonmark option to demo Vitaly Puzrin 2014-10-10 22:51:17 +0400