173 Commits

Author SHA1 Message Date
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
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
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
f749958500 output newlines, closes #10 2011-12-30 19:30:32 -06:00
Christopher Jeffrey
d094c548ac String.prototype.type = 'text' scares me 2011-12-17 16:42:05 -06:00
Christopher Jeffrey
02a6a99121 refactor, move code block line feed check to lexer 2011-12-06 09:52:44 -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 2011-11-26 22:15:18 -06: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
9ff55ae9d7 rename block rule to code 2011-10-22 08:08:42 -05:00
Christopher Jeffrey
21d0acf145 use for loop instead of each function 2011-10-22 07:49:11 -05:00
Christopher Jeffrey
d626616de4 trivial nonsense 2011-10-22 07:40:36 -05:00
Christopher Jeffrey
922a556ef0 unroll loops for performance 2011-10-22 06:09:28 -05:00
Christopher Jeffrey
18ed8cc2d4 trivial nonsense 2011-10-08 09:23:01 -05:00
Christopher Jeffrey
61117f12b4 dont look for close tag in block rule 2011-10-04 20:46:35 -05:00
Christopher Jeffrey
6626f3b640 multiline tags 2011-10-04 19:41:12 -05:00
Christopher Jeffrey
a8aab0a6c9 whitespace normalization 2011-10-04 17:40:33 -05:00
Christopher Jeffrey
70da22d078 text block function 2011-10-04 17:32:59 -05:00
Christopher Jeffrey
9527426b65 marginally improve heading rule 2011-09-14 12:41:51 -05:00
Christopher Jeffrey
263e0d4f25 handle mailto differently 2011-09-14 12:16:38 -05:00
Christopher Jeffrey
d6ac95122b match original markdown behavior for headings 2011-09-14 12:11:46 -05:00
Christopher Jeffrey
7eee44048f closer to the original 2011-09-14 12:10:54 -05:00
Christopher Jeffrey
8ba00ada37 back reference 2011-09-13 12:17:16 -05:00
Christopher Jeffrey
a04d64836f first 2011-09-13 12:16:13 -05:00
Christopher Jeffrey
54975d7bcd handle explicit mailto in autolinks 2011-09-01 02:59:43 -05:00
Christopher Jeffrey
64e331c5e1 fix line break 2011-08-26 22:33:47 -05:00
Christopher Jeffrey
1118034ad7 leading space for html blocks 2011-08-26 01:19:29 -05:00
Christopher Jeffrey
571366d039 html tests werent passing, better solution here 2011-08-24 10:17:01 -05:00
Christopher Jeffrey
7cc4a52805 hard breaks 2011-08-24 10:10:34 -05:00
Christopher Jeffrey
75c345f086 links, readme, version 2011-08-23 00:07:50 -05:00
Christopher Jeffrey
4cdbf124ac another test 2011-08-22 22:16:27 -05:00
Christopher Jeffrey
e473c0959b tests, more conformance 2011-08-22 22:15:08 -05:00
Christopher Jeffrey
0f92418a49 different link error handling 2011-08-22 20:57:01 -05:00
Christopher Jeffrey
deb6ead9ae links and optimization 2011-08-22 16:19:43 -05:00
Christopher Jeffrey
d70cea4b5d nolink case 2011-08-22 15:39:48 -05:00
Christopher Jeffrey
79cbf5fd00 fix angle links 2011-08-22 14:34:28 -05:00
Christopher Jeffrey
5bb311e1f3 angle bracket links 2011-08-22 11:14:48 -05:00
Christopher Jeffrey
f6c0d96525 links 2011-08-22 11:02:21 -05:00
Christopher Jeffrey
396880e51a list regex change 2011-08-22 10:58:51 -05:00
Christopher Jeffrey
142bca520a consistent regexes 2011-08-22 00:31:13 -05:00