2404 Commits

Author SHA1 Message Date
Christopher Jeffrey
0e21e429e7 more compliant blockquote rule 2012-01-10 14:12:28 -06:00
Christopher Jeffrey
c201cb9720 make > escapable. closes #13. 2012-01-09 11:58:03 -06:00
Christopher Jeffrey
a731a41f44 fix benchmark 2012-01-09 08:57:58 -06:00
Christopher Jeffrey
62b278ac67 allow differing bullets in lists. closes #16. 2012-01-09 08:57:50 -06:00
Christopher Jeffrey
f42020b896 allow naked sqaure brackets inside link text. closes #20. 2012-01-09 08:57:25 -06:00
Christopher Jeffrey
676420e6b5 fix test 2012-01-09 08:57:25 -06:00
Christopher Jeffrey
6a0678dd09 better nested em/strong. closes #15. 2012-01-09 08:56:56 -06:00
Christopher Jeffrey
8905bcf222 more compliant lazy blockquotes. closes #19. 2012-01-09 08:56:35 -06:00
Christopher Jeffrey
ccd0d4bc10 allow lazy blockquotes 2012-01-09 08:56:35 -06:00
Christopher Jeffrey
65559c7ce9 allow nested <code>. closes #18. 2012-01-09 08:56:22 -06:00
Christopher Jeffrey
679848d4ad allow parens around link reference definitions. closes #17. 2012-01-09 08:55:19 -06:00
Christopher Jeffrey
3cbd8e7a0f make references case insensitive. closes #11. 2012-01-09 06:59:16 -06:00
Christopher Jeffrey
be5fa849f7 ignore links without urls. closes #14. 2012-01-09 06:57:57 -06:00
Christopher Jeffrey
92abc01196 more tests 2012-01-09 06:56:25 -06:00
Christopher Jeffrey
02a125ba0f potential changes 2012-01-06 16:44:48 -06:00
Christopher Jeffrey
6387415fdf organize long regexes better 2012-01-06 14:44:39 -06:00
Christopher Jeffrey
ebcd7910eb add bugs and tags to package.json 2012-01-06 01:39:23 -06:00
Christopher Jeffrey
c216a1ee7e add paragraph test, refactor, change comments 2012-01-06 01:07:45 -06:00
Christopher Jeffrey
0ccf2d7c82 version, comment v0.1.5 2012-01-04 01:59:00 -06:00
Christopher Jeffrey
60de96800e remove toplevel html block check, change language class 2012-01-04 01:43:40 -06:00
Christopher Jeffrey
e207549e9d remove old inline rules, comments, whitespace 2012-01-03 23:10:50 -06:00
Christopher Jeffrey
8fac45b984 add language class, obscure conformance things for top-level paragraphs 2012-01-03 21:43:38 -06:00
Christopher Jeffrey
332072ffed pass toplevel state to blockquotes, get rid of extra paragraph rules 2012-01-03 15:29:28 -06:00
Christopher Jeffrey
73113644cb add paragraph token, fix paragraph rule 2012-01-03 14:16:31 -06:00
Christopher Jeffrey
75bf7ec7ed remove scratch paper 2012-01-03 13:58:22 -06:00
Christopher Jeffrey
6c7d9f1f54 robust paragraph rule, scratch paper, remove comments 2012-01-03 13:56:58 -06:00
Christopher Jeffrey
cab5ccc1f0 update readme, switch text and paragraph rule, comments 2012-01-03 11:13:36 -06:00
Christopher Jeffrey
a270bed714 bin: stringify token stream instead of inspecting, remove fix 2012-01-03 03:44:48 -06:00
Christopher Jeffrey
5d4fed5c7a ridiculous optimization 2012-01-03 03:36:03 -06:00
Christopher Jeffrey
10e58d5b14 update readme and license 2012-01-03 00:44:51 -06:00
Christopher Jeffrey
298a437d9b fix for top-level lists, add tests, comments 2012-01-03 00:18:49 -06:00
Christopher Jeffrey
b6f4397781 make list item regex consistent, whitespace 2012-01-03 00:09:45 -06:00
Christopher Jeffrey
347a9e3029 split up gfm tests 2012-01-03 00:06:08 -06:00
Christopher Jeffrey
c94db866bf gfm autolinks and em underscores. more compliant strong and em. 2012-01-02 23:59:13 -06:00
Christopher Jeffrey
a6a3239df8 add gfm code blocks 2012-01-02 04:10:23 -06:00
Christopher Jeffrey
f43be5e5e0 add potential fix 2012-01-02 04:02:21 -06:00
Christopher Jeffrey
f749958500 output newlines, closes #10 2011-12-30 19:30:32 -06:00
Christopher Jeffrey
6b7397d1e5 add tests for gfm, move some things around 2011-12-17 17:35:23 -06:00
Christopher Jeffrey
d094c548ac String.prototype.type = 'text' scares me 2011-12-17 16:42:05 -06:00
Christopher Jeffrey
83d114730a Cleaning up
Make benchmarks work with npm markdown-js
Clean todo list
Clean up readme
Add new benchmarks
Dont count lines in the readme
Add CLI example in readme
2011-12-10 15:28:16 -06:00
Christopher Jeffrey
02a6a99121 refactor, move code block line feed check to lexer 2011-12-06 09:52:44 -06:00
Christopher Jeffrey
ec884486d0 quick fix for bin 2011-12-04 22:07:19 -06:00
Christopher Jeffrey
3e2d9223c7 bump version v0.1.4 2011-12-04 21:49:07 -06:00
Christopher Jeffrey
c8f26acd12 improve bin/marked, slice off trailing line feeds from code 2011-12-04 21:47:31 -06:00
Christopher Jeffrey
b702e91a10 dont double escape certain entities/character references, fix encoding test 2011-11-30 07:31:25 -06:00
Christopher Jeffrey
9ab262b2cd compliance with jade and version v0.1.3 2011-11-26 22:15:18 -06:00
Christopher Jeffrey
6d3e228a4b Merge pull request #7 from dvv/patch-1
don't allow [foo] (bar) to be treated as link
2011-11-25 23:23:46 -08:00
Vladimir Dronnikov
5d7522f902 don't allow [foo] (bar) to be treated as link 2011-11-26 10:22:02 +04:00
Christopher Jeffrey
e482c752ad whitespace, comments 2011-10-22 23:39:04 -05:00
Christopher Jeffrey
9d370fb8c3 readme, benchmarks, version v0.1.2 2011-10-22 09:16:14 -05:00