Commit Graph

  • 7037ee34ad Add tests for normalization functions Alex Kocharin 2015-03-10 16:37:28 +0300
  • 77e8b6cad0 Add configurable url normalizers Alex Kocharin 2015-03-10 14:52:55 +0300
  • 31ce62ce80 Re-export uc.micro as md.utils.lib.ucmicro Alex Kocharin 2015-03-10 15:41:31 +0300
  • ab47e3a0c0 Update demo script to use markdown-it@4.x api Alex Kocharin 2015-03-09 19:57:24 +0300
  • 7f8d3ebe82 Update strikethrough scanDelims to match emphasis Alex Kocharin 2015-03-09 18:58:51 +0300
  • f1aff8a5b9 Add StateCore.Token and StateCore.push() Alex Kocharin 2015-03-09 14:40:44 +0300
  • 78bbb9a200 Add token.meta for use in plugins Alex Kocharin 2015-03-09 15:23:16 +0300
  • e0cfc6db4c Re-export uc.micro and mdurl Alex Kocharin 2015-03-09 15:19:48 +0300
  • 5a390adbbc Make Token class accessible from a State Alex Kocharin 2015-03-09 12:45:40 +0300
  • d6128515b3 Removed unnecessary checks Vitaly Puzrin 2015-03-08 22:08:00 +0300
  • 917f5dee32 Attrs renderer signature change Vitaly Puzrin 2015-03-08 21:31:45 +0300
  • d76475721c typo fix Vitaly Puzrin 2015-03-08 16:10:22 +0300
  • 9ae876b0fe Splitted replacements & smartquotes to smaller functions Vitaly Puzrin 2015-03-08 15:10:31 +0300
  • 00117cb2e7 Changes to improve speed on node 0.12 & iojs Vitaly Puzrin 2015-03-08 13:56:23 +0300
  • 3730820945 Added token helpers & reorganized renderer Vitaly Puzrin 2015-03-07 21:45:11 +0300
  • e6e573efa6 Added example of tuneable text rule, for memory Vitaly Puzrin 2015-03-07 16:40:54 +0300
  • 199e2488e6 Docs update Vitaly Puzrin 2015-03-06 23:50:53 +0300
  • 18d80c6f0b Moved validateLink() to root class Vitaly Puzrin 2015-03-06 20:08:36 +0300
  • bb4dcf48f4 Set token.markup whereever appropriate Alex Kocharin 2015-03-06 19:35:59 +0300
  • ec41824b23 Fixed linkifier priority, closes #66 Vitaly Puzrin 2015-03-06 19:31:18 +0300
  • 4aabd5592e Use a common class for tokens Alex Kocharin 2015-03-05 20:24:52 +0300
  • 329a35a9c9 3.1.0 released 3.1.0 Vitaly Puzrin 2015-03-05 16:28:15 +0300
  • d76529a654 Browser files rebuild Vitaly Puzrin 2015-03-05 16:24:46 +0300
  • be6e0b7a80 package.json cleanup Vitaly Puzrin 2015-03-05 16:22:14 +0300
  • 1dba8be089 Removed tests added to spec and fixed coverage Vitaly Puzrin 2015-03-05 06:54:15 +0300
  • 196be0c20d Tests formatting cleanup Vitaly Puzrin 2015-03-05 05:43:52 +0300
  • 0732ac3bd6 Var rename & coverage improve Vitaly Puzrin 2015-03-05 01:59:40 +0300
  • 552c130b21 Improve smartquotes handling Alex Kocharin 2015-03-04 23:34:47 +0300
  • 489feb9c8c Deps & changelog update Vitaly Puzrin 2015-03-04 23:54:03 +0300
  • 4f6e8d4830 Improve replaceEntities handling Alex Kocharin 2015-03-04 19:18:50 +0300
  • 70274da643 Update CommonMark spec to 0.18 Alex Kocharin 2015-03-04 17:52:36 +0300
  • 6430fa1b93 Remove extra tests Alex Kocharin 2015-03-04 17:50:49 +0300
  • b8af54ba8e Use unescapeAll for links unescaping Alex Kocharin 2015-03-04 15:15:53 +0300
  • e4b59586b6 Doc fix, closes #64 Vitaly Puzrin 2015-03-04 09:44:03 +0300
  • 3264f17291 Use mdurl module instead of decodeURI+encodeURI Alex Kocharin 2015-03-02 19:20:58 +0300
  • ecd010c020 Bring emphasis up to spec Alex Kocharin 2015-03-02 13:16:41 +0300
  • 8da8eff8da Update CommonMark spec to 0.17+ Alex Kocharin 2015-03-02 13:15:51 +0300
  • 9159018e2a Replaced `autolinker` with `linkify-it`, closes #2 Vitaly Puzrin 2015-02-22 10:52:31 +0300
  • e03f9586c3 3.0.7 released 3.0.7 Vitaly Puzrin 2015-02-22 08:25:04 +0300
  • 1748fc2ff5 Browser files rebuild Vitaly Puzrin 2015-02-22 08:24:31 +0300
  • 1d4150e711 Istanbul: ignore uncoverable condition Vitaly Puzrin 2015-02-22 08:09:26 +0300
  • d6d979e610 Changelog update Vitaly Puzrin 2015-02-22 08:04:47 +0300
  • 52a6dc3bb8 Added basic CLI support. Related to #60, #9 Vitaly Puzrin 2015-02-22 08:03:36 +0300
  • 7ade5e2ec5 Clarified isWhiteSpace() Vitaly Puzrin 2015-02-22 06:59:51 +0300
  • 72371a85fe Replaced unicode-7.0.0 with uc.micro to reduce size Vitaly Puzrin 2015-02-22 06:52:01 +0300
  • a3a49b5c55 Tables: add/remove columns to match the first row, fix #59 Kirill Efimov 2015-02-19 15:30:22 +0300
  • bf5c585a01 Moved testing CLI script to another location, to avoid confusion. Related to #60, #9 Vitaly Puzrin 2015-02-18 22:27:25 +0300
  • e61f9ccec4 Use punctuation re from unicode-7.0.0 & compacted html re Vitaly Puzrin 2015-02-15 22:07:37 +0300
  • 5075649d26 Merge 4246c48287 into ab76af5dd2 #58 David Waite 2015-02-14 01:16:59 +0000
  • 4246c48287 Update to newest version of eslint and chai. Fix eslint issues #58 David Waite 2015-02-13 18:14:20 -0700
  • ab76af5dd2 Updated contribution info Vitaly Puzrin 2015-02-14 01:22:33 +0300
  • 0101316695 Removed blockquote from termination rules for the self Vitaly Puzrin 2015-02-13 18:34:07 +0300
  • 01d22b245e 3.0.6 released 3.0.6 Vitaly Puzrin 2015-02-12 19:24:13 +0300
  • 6a99ef029e Browser files rebuild Vitaly Puzrin 2015-02-12 19:23:33 +0300
  • 239996ca6f Cangelog update Vitaly Puzrin 2015-02-12 19:18:06 +0300
  • da35a6bd1d Removed not needed empty array im params Vitaly Puzrin 2015-02-12 19:04:35 +0300
  • 533b5c89f4 Add a benchmark with a long list of references Alex Kocharin 2015-02-12 12:48:01 +0300
  • b5d7c2eb88 Don't terminate references with other references Alex Kocharin 2015-02-12 12:46:32 +0300
  • 43780be419 Improved reference scan efficiency, related to #54 Vitaly Puzrin 2015-02-12 09:41:36 +0300
  • 40506b750c Merge pull request #52 from STuFF/patch-1 Vitaly Puzrin 2015-02-12 00:59:47 +0300
  • 750249d338 Fix link to architecture.md #52 Nicolas Challeil 2015-02-11 21:49:28 +0100
  • d8b77c3a17 Sync scroll for preview->src, fix #1 Kirill Efimov 2015-02-11 12:41:21 +0300
  • e77666c4a0 moved normalizeReference to utils, closes #42 Vitaly Puzrin 2015-02-10 19:54:46 +0300
  • 0076a1ebab Added ability to escape table row separator, fix #5 Kirill Efimov 2015-02-10 16:56:43 +0300
  • e54ffa8e32 Added table rule tests Kirill Efimov 2015-02-10 11:57:27 +0300
  • ab682bfe26 Merge pull request #50 from mallowigi/patch-1 Vitaly Puzrin 2015-02-08 17:39:06 +0300
  • e996fe7015 Update architecture.md #50 Elior Boukhobza 2015-02-08 15:04:31 +0200
  • 9d084c78e5 Merge pull request #48 from opennota/master Vitaly Puzrin 2015-02-07 07:21:32 +0300
  • b31b675a30 Remove unused assignment #48 opennota 2015-02-07 11:12:54 +0700
  • 4d6ec19d09 Updated deps & benchmarks Vitaly Puzrin 2015-02-07 04:36:51 +0300
  • 0dc415f1d2 3.0.5 released 3.0.5 Vitaly Puzrin 2015-02-06 22:34:41 +0300
  • 6618016fe8 Browser files rebuild Vitaly Puzrin 2015-02-06 22:34:12 +0300
  • 1e5963c41c Merge pull request #47 from opennota/master Vitaly Puzrin 2015-02-06 22:15:53 +0300
  • 7da4d5e81b validateLink: expand entities before trimming and lowercasing #47 opennota 2015-02-06 23:44:25 +0700
  • bd4b21363e Merge pull request #44 from opennota/master Vitaly Puzrin 2015-02-04 22:45:38 +0300
  • ffade4d421 Fix comparing array and number #44 opennota 2015-02-05 00:03:17 +0700
  • 50ebae6923 Merge df1c831200 into ec7d649595 #41 Tatsuya Yatagawa 2015-01-31 14:24:55 +0000
  • df1c831200 Add a new function to specify image size. Also some tests are added to this function. #41 tatsy 2015-01-31 22:36:50 +0900
  • ec7d649595 benchmarks update Vitaly Puzrin 2015-01-22 04:25:21 +0300
  • 8ca0b5b52b Fix code coverage in references Alex Kocharin 2015-01-19 03:24:25 +0300
  • 18efc864bd Removed dead code in block rules & improved tests coverage Vitaly Puzrin 2015-01-17 23:59:14 +0300
  • 52b29d370f deps bump (commonmark) Vitaly Puzrin 2015-01-16 16:55:52 +0300
  • a89d6758d7 Remove dead code in list.js Alex Kocharin 2015-01-16 13:48:36 +0300
  • a9e5c4fac3 Improve coverage for images Alex Kocharin 2015-01-16 13:42:09 +0300
  • 4ce003cb82 Remove stateInline.labelUnmatchedScopes Alex Kocharin 2015-01-16 13:39:06 +0300
  • bf846041fc 3.0.4 released 3.0.4 Vitaly Puzrin 2015-01-13 23:15:19 +0300
  • ca95e0a536 browser files rebuild Vitaly Puzrin 2015-01-13 23:14:18 +0300
  • af352a0e5e Changelog update Vitaly Puzrin 2015-01-13 22:34:53 +0300
  • da0e9c78a5 Added one more try/catch wrapper to normalizer, for safety Vitaly Puzrin 2015-01-13 21:20:05 +0300
  • 20e8d93e8d Reverted c7d4f7b (no fix needed) Vitaly Puzrin 2015-01-13 19:01:04 +0300
  • ba460b1a71 Removed unused code Vitaly Puzrin 2015-01-12 23:13:57 +0300
  • 0053036571 Improved tests coverage Vitaly Puzrin 2015-01-12 23:00:58 +0300
  • c7d4f7bcf6 Fixed newline in link title Vitaly Puzrin 2015-01-12 22:35:52 +0300
  • 096f0fbb89 Fix maxNesting + tests Alex Kocharin 2015-01-12 21:11:31 +0300
  • e8994dbbd7 Show text diffs for failed tests Vitaly Puzrin 2015-01-12 17:48:29 +0300
  • e116bd8a63 Tests: updated mailformed URLs samples Vitaly Puzrin 2015-01-12 14:48:31 +0300
  • e1f6e3b6f8 Use new emphasis logic in strikethrough Vitaly Puzrin 2015-01-11 16:04:59 +0300
  • a0e122fb4e deps update Vitaly Puzrin 2015-01-11 15:29:51 +0300
  • 9656072b27 Coverage: added top api tests Vitaly Puzrin 2015-01-11 12:50:38 +0300
  • cac27bb022 Moved utilities tests to separate file & added missed ones Vitaly Puzrin 2015-01-11 12:22:55 +0300