Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/chemzqm/marked

A markdown parser and compiler. With highlight color enhanced for both browser and node environment.
https://github.com/chemzqm/marked

Merge branch 'add_options'

363a98b12144392e1cbe911c0ef6205e84d70ecd authored almost 13 years ago by Christopher Jeffrey <[email protected]>
optimize options more

b2189ab99c5ebc092ea20dcbb07c10b7dddcf23c authored almost 13 years ago by Christopher Jeffrey <[email protected]>
add options: pedantic, gfm, sanitize.

79975978b0bf23b4b6cc42f4272b1f8a13f14990 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
v0.2.0

b202ceece603a54ff5bac1b6a86e44a52bae4d7a authored almost 13 years ago by Christopher Jeffrey <[email protected]>
nested underscore ems, fix tests

92aaea8fe5181f2cf5ffa313b339d77e252b04d2 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
do not process inline markdown in PRE elements

852165f387f516ae790c4a643b6c9db10afe528b authored almost 13 years ago by Christopher Jeffrey <[email protected]>
fix bugs url in package

122dde03eb410cf338301e4bb975adeac1bdd2ab authored almost 13 years ago by Christopher Jeffrey <[email protected]>
change tests to coincide with apostrophe character reference

2798f25c4097160bcf699bcb0d654e20d53a7d1f authored almost 13 years ago by Christopher Jeffrey <[email protected]>
Merge pull request #28 from gigonaut/master

&apos; trips up ie8. switched to &39;

45fc9e90579cdb1fcfc288665852aa31c1b2bbad authored almost 13 years ago by Christopher Jeffrey <[email protected]>
ie8 doesn't understand &apos; does stupid things. This should fix it.

83ff21de3cc2efa7f9d92d44dde680103c83d28d authored almost 13 years ago by gigonaut <[email protected]>
version 0.1.9

2292d64c41172219fde80b23ff951a9841e145ab authored almost 13 years ago by Christopher Jeffrey <[email protected]>
small cleanup

504bf0b526275823836b0c5e6b45029e8beeedd3 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
refactor, use consistent variable names

c2d1e31fe4d1b4f5f2934907edbdf82549639e7a authored almost 13 years ago by Christopher Jeffrey <[email protected]>
use prettier whitespace during compilation

ac4ca9df4e5c3d3cd783aa53f51860d2fd17da42 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
update benchmark times

5ad8be48ad8b5f2f410df1fa172d0d03eb41d95a authored almost 13 years ago by Christopher Jeffrey <[email protected]>
better loose list item determination

74fa9c9c5556876b2a4232e341508f93bb238a63 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
optimize parsing/compiling with concatenations

790f29446dcf52b9c8ea597ac465afbb69e03325 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
add loose list tests for different loose list behavior

684cfbb73b2118594816dee9e5759a86c36fc4d4 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
undo main.text change for benchmark comparisons, refactor test/index.js

2eb297cda37035f31e145575bc2ff9ff428df1d7 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
more conformant loose list check

9df1c5bd09d29c8ce3194763a6fb0b7c569128b0 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
refactor bin/marked

5ab3970e95e44f79accad5e6fac95ff99855fdbd authored almost 13 years ago by Christopher Jeffrey <[email protected]>
smarter whitespace handling for list items

5809d6ad8d58a09f5490c04c2967ac1fbb1d1149 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
conformance: allow spaced blockquotes

9bbb0b71e10915d40c28a62af8f0e8d4719aa38f authored almost 13 years ago by Christopher Jeffrey <[email protected]>
add man page, refactor cli, change package.json

623f71a6b97340aab48bca286b0f15b52bde3947 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
bump version for html fix

60f0d2b9f272ed9fa25a82c6e093476137f6e506 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
change html regex

6f2757add619787b58353f6149bd269a1fef7128 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
rename elements(), return a regex for a block-level tag name

c69f5f071d3cfd9519f39eb87ae02d059501b931 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
make html regex ungreedy, avoid v8 bug. closes #23.

bb190a248ce0b520a9eeddaa973d98b6f8d377ac authored almost 13 years ago by Christopher Jeffrey <[email protected]>
ignore inline elements for self-closing block-level html tags

59c468c96caf3b932f0ab3bc7ed1affeaff101be authored almost 13 years ago by Christopher Jeffrey <[email protected]>
version 0.1.7

beaedc06cd0781e9ebea24a539568993ad171b71 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
refactor, function names

cf784699ba2873467eec37102b77c3adea7f31a5 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
more conformance for blockquote

ad71273e40fad81ae5645548902499fb1ca94254 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
clean up spacing for rules

e3457cd41d3d3de4588a661efdd4169147d79a41 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
allow headings with no trailing newlines. closes #22.

b5239417e5b3179572f7738ee53bd422ca1c7d6b authored almost 13 years ago by Christopher Jeffrey <[email protected]>
tests, add linkdef test to toplevel_paragraphs

983e1eaa6e152b614491e1acbb9d53507ab80979 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
move def lower in paragraph rule

2112d32e385480465ae42b2f019a32bbe9f1a2fa authored almost 13 years ago by Christopher Jeffrey <[email protected]>
create link definition rule. update benchmark times.

a1f2bce65f60686d626272ec5f4966a86ee4ac8f authored almost 13 years ago by Christopher Jeffrey <[email protected]>
Finally faster than discount.

9270abf5ff67242f907b5ce417569648effe8f39 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
use faster text rule

b52e40a3220b5b6352dac638f5f023dd2dd68bba authored almost 13 years ago by Christopher Jeffrey <[email protected]>
add more tests

c5664e4bbff50d15551348a626a41e3ce2b28465 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
drop other em/strong behaviors

2ea9105093d2ec1ffad9b087a480c72b28f77e8d authored almost 13 years ago by Christopher Jeffrey <[email protected]>
refactor inline/block element determination

18e61dc365e444a2aad30066e0d7a969925ea5df authored almost 13 years ago by Christopher Jeffrey <[email protected]>
version

2a44eb3087dfe6a172bc03c8dcb5a19913662629 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
add potential strong/em behavior, dont check cap[1] in code rule

3175953d0c4f143ff2cc7cbd526c60da64ddd989 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
add markdown test suite's backslash escape test

91bb13c7142d37f75b49a3ef1ddb601ac6582ef4 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
a more understanding em/strong behavior

6fbb30588b61854479ed7db9757776e3be63b80a authored almost 13 years ago by Christopher Jeffrey <[email protected]>
wrap naked inline html elements

8bc19d831d858a89309c3f66a9cb6180a814326f authored almost 13 years ago by Christopher Jeffrey <[email protected]>
check for href property on links

5d83d1e375614b4ec0fc987489dc276b9b586923 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
move some tests around, whitespace

714080ef9efe1b39e1371cc0ebecd9d826c0607b authored almost 13 years ago by Christopher Jeffrey <[email protected]>
Prepare ship for ludicrous speed.

Make sure to eat extra newlines at the end of certain block rules.
This avoids an extra iteratio...

5f7edf47ed43da634783769a108d01389cb4f32a authored almost 13 years ago by Christopher Jeffrey <[email protected]>
Merge branch 'fixes'

ac880f0b79b1e949dfa8410e4f202131f5aa2edf authored almost 13 years ago by Christopher Jeffrey <[email protected]>
handle unescaped angle brackets in attribute. closes #12.

3296d10f18e47e20742d2e4f74ab217630383d05 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
clean up list rule

bb382e34256f59116857f7bcd6d30fcee8ec6830 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
more compliant blockquote rule

0e21e429e7428fb2a76c992af19adbfcbe801560 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
make > escapable. closes #13.

c201cb97208a14c55ff3846ef55f4f50be7ebc1b authored almost 13 years ago by Christopher Jeffrey <[email protected]>
fix benchmark

a731a41f44e08b897066bb3bbfc405d7e6320cb8 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
allow differing bullets in lists. closes #16.

62b278ac67a7b70c9b1d2bab4916255da05e470f authored almost 13 years ago by Christopher Jeffrey <[email protected]>
allow naked sqaure brackets inside link text. closes #20.

f42020b8965a9995bd36885fa6af96881dfe2774 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
fix test

676420e6b5e3c413d35b69b0072d85e0967d7542 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
better nested em/strong. closes #15.

6a0678dd093a9829fb7677bcd7b5ce1fd11be86e authored almost 13 years ago by Christopher Jeffrey <[email protected]>
more compliant lazy blockquotes. closes #19.

8905bcf22223bb1059416df8059ac05a9646971b authored almost 13 years ago by Christopher Jeffrey <[email protected]>
allow lazy blockquotes

ccd0d4bc10eb629e7051517d7e11be47ab2f79b8 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
allow nested <code>. closes #18.

65559c7ce9d7e471f4462f8cd5564944c1602307 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
allow parens around link reference definitions. closes #17.

679848d4add1d062041e341ed9e215f889ad6f32 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
make references case insensitive. closes #11.

3cbd8e7a0f30ed8399d3316171268f18620974e9 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
ignore links without urls. closes #14.

be5fa849f71c95467679bbecfa3493860333648d authored almost 13 years ago by Christopher Jeffrey <[email protected]>
more tests

92abc011963a1e90bd32a4d01e18c93739aeff67 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
potential changes

02a125ba0f82e4c9ace0402c1cd3062b8c4c10ef authored about 13 years ago by Christopher Jeffrey <[email protected]>
organize long regexes better

6387415fdf4bb2a212da91f555ce18f0b522595b authored about 13 years ago by Christopher Jeffrey <[email protected]>
add bugs and tags to package.json

ebcd7910eb53b0293774275fc2bdbb03245553b4 authored about 13 years ago by Christopher Jeffrey <[email protected]>
add paragraph test, refactor, change comments

c216a1ee7e6bddaaaf00aa847ab2598a5e7cd78c authored about 13 years ago by Christopher Jeffrey <[email protected]>
version, comment

0ccf2d7c82a323bfbbb5baa66e7ec272ab96f9e3 authored about 13 years ago by Christopher Jeffrey <[email protected]>
remove toplevel html block check, change language class

60de96800ecab46517bfefe54536c4994053af27 authored about 13 years ago by Christopher Jeffrey <[email protected]>
remove old inline rules, comments, whitespace

e207549e9d816a1a233e63e53ecf77e2cd04d902 authored about 13 years ago by Christopher Jeffrey <[email protected]>
add language class, obscure conformance things for top-level paragraphs

8fac45b9846342565e0e0c07baa0cad77c0d5666 authored about 13 years ago by Christopher Jeffrey <[email protected]>
pass toplevel state to blockquotes, get rid of extra paragraph rules

332072ffede7fdd40c5c234a31fb341782118096 authored about 13 years ago by Christopher Jeffrey <[email protected]>
add paragraph token, fix paragraph rule

73113644cb6c9fde827d63299a30895a24824bfe authored about 13 years ago by Christopher Jeffrey <[email protected]>
remove scratch paper

75bf7ec7ed7f4d4101f5b5d57f81162ec34a2eb6 authored about 13 years ago by Christopher Jeffrey <[email protected]>
robust paragraph rule, scratch paper, remove comments

6c7d9f1f54473817ab118d239122fe961f9fd802 authored about 13 years ago by Christopher Jeffrey <[email protected]>
update readme, switch text and paragraph rule, comments

cab5ccc1f0352bec56b399b97cd577444a1be9d6 authored about 13 years ago by Christopher Jeffrey <[email protected]>
bin: stringify token stream instead of inspecting, remove fix

a270bed714260eeb0629b53c471bf0a0443acdbb authored about 13 years ago by Christopher Jeffrey <[email protected]>
ridiculous optimization

5d4fed5c7adf8ef1221fd5a9e41b171071561fed authored about 13 years ago by Christopher Jeffrey <[email protected]>
update readme and license

10e58d5b142568e8f4b469333f68573f9494c570 authored about 13 years ago by Christopher Jeffrey <[email protected]>
fix for top-level lists, add tests, comments

298a437d9bf4b1f0c2ba6cba4dc681aa9ae4fef6 authored about 13 years ago by Christopher Jeffrey <[email protected]>
make list item regex consistent, whitespace

b6f4397781644a1a72fd24c9840d459472c3c765 authored about 13 years ago by Christopher Jeffrey <[email protected]>
split up gfm tests

347a9e3029ae5b7b5f6d4427fb00dbdb57463471 authored about 13 years ago by Christopher Jeffrey <[email protected]>
gfm autolinks and em underscores. more compliant strong and em.

c94db866bf35ec5c5ff90bfea3979b8813a0278a authored about 13 years ago by Christopher Jeffrey <[email protected]>
add gfm code blocks

a6a3239df8b84e87890b545b5e5548949b45d3ec authored about 13 years ago by Christopher Jeffrey <[email protected]>
add potential fix

f43be5e5e0b3b877c1522711bcb17c2f25e5dc57 authored about 13 years ago by Christopher Jeffrey <[email protected]>
output newlines, closes #10

f749958500568d11b5c8f90113c8ec58e904834c authored about 13 years ago by Christopher Jeffrey <[email protected]>
add tests for gfm, move some things around

6b7397d1e50c94230c1c9d91e7e4c634a4707f23 authored about 13 years ago by Christopher Jeffrey <[email protected]>
String.prototype.type = 'text' scares me

d094c548acdee862cf3ffbe78afd1d64ab8c436b authored about 13 years ago by Christopher Jeffrey <[email protected]>
Cleaning up

Make benchmarks work with npm markdown-js
Clean todo list
Clean up readme
Add new benchmarks
Don...

83d114730ab92c01fa08e284e86115cfcc78e35f authored about 13 years ago by Christopher Jeffrey <[email protected]>
refactor, move code block line feed check to lexer

02a6a99121e51debef7a8890de29478d3e2b5110 authored about 13 years ago by Christopher Jeffrey <[email protected]>
quick fix for bin

ec884486d01ef47bd719dc9477d035a909b1ced4 authored about 13 years ago by Christopher Jeffrey <[email protected]>
bump version

3e2d9223c7fd27d0f707ea2e3f6e1de41d89c9dc authored about 13 years ago by Christopher Jeffrey <[email protected]>
improve bin/marked, slice off trailing line feeds from code

c8f26acd125c2ddabe49a0e1b48ef19504614a36 authored about 13 years ago by Christopher Jeffrey <[email protected]>
dont double escape certain entities/character references, fix encoding test

b702e91a10368153188c58902c01e5acc9e0baed authored about 13 years ago by Christopher Jeffrey <[email protected]>
compliance with jade and version

9ab262b2cd9bda689dcaf95594d226ff28e676d2 authored about 13 years ago by Christopher Jeffrey <[email protected]>
Merge pull request #7 from dvv/patch-1

don't allow [foo] (bar) to be treated as link

6d3e228a4bb90d241c12d1544a7642c026cba6f8 authored about 13 years ago by Christopher Jeffrey <[email protected]>