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 |
|
Christopher Jeffrey
|
25e75a5735
|
use util.inspect instead of json in bin/marked
|
2011-10-22 08:44:15 -05:00 |
|
Christopher Jeffrey
|
628994fec1
|
more benchmarks
|
2011-10-22 08:36:34 -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
|
c5f2319702
|
Merge branch 'unrolled_loops'
|
2011-10-22 07:47:30 -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
|
77f916c911
|
more bin revisions
|
2011-10-15 17:34:42 -05:00 |
|
Christopher Jeffrey
|
094db6566e
|
fix bin
v0.1.1
|
2011-10-14 18:30:42 -05:00 |
|
Christopher Jeffrey
|
c10be62172
|
Merge branch 'bin'
|
2011-10-14 17:30:29 -05:00 |
|
Christopher Jeffrey
|
57eabbad80
|
usage
|
2011-10-14 17:29:15 -05:00 |
|
Christopher Jeffrey
|
9dba12bf12
|
less confusing
|
2011-10-14 16:58:23 -05:00 |
|
Christopher Jeffrey
|
00a9c784f3
|
usage, fix input arg
|
2011-10-14 16:54:08 -05:00 |
|
Christopher Jeffrey
|
37afe53bb3
|
better bin
|
2011-10-14 16:36:14 -05:00 |
|
Christopher Jeffrey
|
18ed8cc2d4
|
trivial nonsense
|
2011-10-08 09:23:01 -05:00 |
|
Christopher Jeffrey
|
6075057a13
|
version
|
2011-10-06 13:23:31 -05:00 |
|
Christopher Jeffrey
|
0d5e7884e2
|
Merge branch 'multiline_tags'
|
2011-10-06 13:21:46 -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
|
783eede3ed
|
Merge branch 'text_blocks'
|
2011-10-04 19:39:56 -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
v0.1.0
|
2011-09-14 12:41:51 -05:00 |
|
Christopher Jeffrey
|
263e0d4f25
|
handle mailto differently
|
2011-09-14 12:16:38 -05:00 |
|
Christopher Jeffrey
|
8bf75598ff
|
version
|
2011-09-14 12:13:23 -05:00 |
|
Christopher Jeffrey
|
2c21b61189
|
Merge branch 'fix_heading'
|
2011-09-14 12:12:10 -05:00 |
|