Ecosyste.ms: OpenCollective

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

Coc.nvim

Make your vim smart as VSCode
Collective - Host: opensource - https://opencollective.com/cocnvim - Code: https://github.com/chemzqm

quick and dirty test interface for clientside

github.com/chemzqm/marked - 1bf3dc4bf7b4e54c1e00bcbda5a9fa9cf1385ee5 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
avoid backreference in link regex

github.com/chemzqm/marked - 45fd7a24f88e497d94ea5686bd3bab1bf655d947 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
more conformant link rule.

github.com/chemzqm/marked - 1171a7b5b8599e8b2bf9b218876a32c574b21622 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
v0.2.2

github.com/chemzqm/marked - 8d64bb4e2c1b14ddfca60393d9ef196fc2b9472a authored almost 13 years ago by Christopher Jeffrey <[email protected]>
fix bin/marked options

github.com/chemzqm/marked - b804e8ed5baa327b4bf385949a7cae4a0cff1d04 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
refactor, improve regexes.

github.com/chemzqm/marked - 3430b7282744ca476f9dee8e14ee1f7b6a41d767 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
fix link titles. closes #36. refactor.

github.com/chemzqm/marked - ef7917dcbb5b462c9648b0126f9719cde9cdf7f6 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
refactor. remove.

github.com/chemzqm/marked - 7f9fd628af2b24a98ab7b998edf0c28ab145be18 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
only match http/https in gfm autolinks

github.com/chemzqm/marked - f377ff524b1659c75163db6907bdbfdf18c233be authored almost 13 years ago by Christopher Jeffrey <[email protected]>
v0.2.1

github.com/chemzqm/marked - cdc2ab7396470467193342c9dadba386bd298936 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
rename setDefaults to setOptions, refactor. update benchmarks.

github.com/chemzqm/marked - 791cf53772373dadc9980e141331daf2e2ebc5d3 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
always reset options. typo.

github.com/chemzqm/marked - ad984d4f74bb1cdf52ea31adb67eac0e9ab21a30 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
always sanitize html blocks, even if pedantic. benchmarks.

github.com/chemzqm/marked - 3e42b670574c59ca99db951c05934717caa8e5cf authored almost 13 years ago by Christopher Jeffrey <[email protected]>
Merge branch 'add_options'

github.com/chemzqm/marked - 363a98b12144392e1cbe911c0ef6205e84d70ecd authored almost 13 years ago by Christopher Jeffrey <[email protected]>
optimize options more

github.com/chemzqm/marked - b2189ab99c5ebc092ea20dcbb07c10b7dddcf23c authored almost 13 years ago by Christopher Jeffrey <[email protected]>
add options: pedantic, gfm, sanitize.

github.com/chemzqm/marked - 79975978b0bf23b4b6cc42f4272b1f8a13f14990 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
v0.2.0

github.com/chemzqm/marked - b202ceece603a54ff5bac1b6a86e44a52bae4d7a authored almost 13 years ago by Christopher Jeffrey <[email protected]>
nested underscore ems, fix tests

github.com/chemzqm/marked - 92aaea8fe5181f2cf5ffa313b339d77e252b04d2 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
do not process inline markdown in PRE elements

github.com/chemzqm/marked - 852165f387f516ae790c4a643b6c9db10afe528b authored almost 13 years ago by Christopher Jeffrey <[email protected]>
fix bugs url in package

github.com/chemzqm/marked - 122dde03eb410cf338301e4bb975adeac1bdd2ab authored almost 13 years ago by Christopher Jeffrey <[email protected]>
change tests to coincide with apostrophe character reference

github.com/chemzqm/marked - 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;

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

github.com/chemzqm/marked - 83ff21de3cc2efa7f9d92d44dde680103c83d28d authored almost 13 years ago by gigonaut <[email protected]>
version 0.1.9

github.com/chemzqm/marked - 2292d64c41172219fde80b23ff951a9841e145ab authored almost 13 years ago by Christopher Jeffrey <[email protected]>
small cleanup

github.com/chemzqm/marked - 504bf0b526275823836b0c5e6b45029e8beeedd3 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
refactor, use consistent variable names

github.com/chemzqm/marked - c2d1e31fe4d1b4f5f2934907edbdf82549639e7a authored almost 13 years ago by Christopher Jeffrey <[email protected]>
use prettier whitespace during compilation

github.com/chemzqm/marked - ac4ca9df4e5c3d3cd783aa53f51860d2fd17da42 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
update benchmark times

github.com/chemzqm/marked - 5ad8be48ad8b5f2f410df1fa172d0d03eb41d95a authored almost 13 years ago by Christopher Jeffrey <[email protected]>
better loose list item determination

github.com/chemzqm/marked - 74fa9c9c5556876b2a4232e341508f93bb238a63 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
optimize parsing/compiling with concatenations

github.com/chemzqm/marked - 790f29446dcf52b9c8ea597ac465afbb69e03325 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
add loose list tests for different loose list behavior

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

github.com/chemzqm/marked - 2eb297cda37035f31e145575bc2ff9ff428df1d7 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
more conformant loose list check

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

github.com/chemzqm/marked - 5ab3970e95e44f79accad5e6fac95ff99855fdbd authored almost 13 years ago by Christopher Jeffrey <[email protected]>
smarter whitespace handling for list items

github.com/chemzqm/marked - 5809d6ad8d58a09f5490c04c2967ac1fbb1d1149 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
conformance: allow spaced blockquotes

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

github.com/chemzqm/marked - 623f71a6b97340aab48bca286b0f15b52bde3947 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
bump version for html fix

github.com/chemzqm/marked - 60f0d2b9f272ed9fa25a82c6e093476137f6e506 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
change html regex

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

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

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

github.com/chemzqm/marked - 59c468c96caf3b932f0ab3bc7ed1affeaff101be authored almost 13 years ago by Christopher Jeffrey <[email protected]>
version 0.1.7

github.com/chemzqm/marked - beaedc06cd0781e9ebea24a539568993ad171b71 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
refactor, function names

github.com/chemzqm/marked - cf784699ba2873467eec37102b77c3adea7f31a5 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
more conformance for blockquote

github.com/chemzqm/marked - ad71273e40fad81ae5645548902499fb1ca94254 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
clean up spacing for rules

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

github.com/chemzqm/marked - b5239417e5b3179572f7738ee53bd422ca1c7d6b authored almost 13 years ago by Christopher Jeffrey <[email protected]>
tests, add linkdef test to toplevel_paragraphs

github.com/chemzqm/marked - 983e1eaa6e152b614491e1acbb9d53507ab80979 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
move def lower in paragraph rule

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

github.com/chemzqm/marked - a1f2bce65f60686d626272ec5f4966a86ee4ac8f authored almost 13 years ago by Christopher Jeffrey <[email protected]>
Finally faster than discount.

github.com/chemzqm/marked - 9270abf5ff67242f907b5ce417569648effe8f39 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
use faster text rule

github.com/chemzqm/marked - b52e40a3220b5b6352dac638f5f023dd2dd68bba authored almost 13 years ago by Christopher Jeffrey <[email protected]>
add more tests

github.com/chemzqm/marked - c5664e4bbff50d15551348a626a41e3ce2b28465 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
drop other em/strong behaviors

github.com/chemzqm/marked - 2ea9105093d2ec1ffad9b087a480c72b28f77e8d authored almost 13 years ago by Christopher Jeffrey <[email protected]>
refactor inline/block element determination

github.com/chemzqm/marked - 18e61dc365e444a2aad30066e0d7a969925ea5df authored almost 13 years ago by Christopher Jeffrey <[email protected]>
version

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

github.com/chemzqm/marked - 3175953d0c4f143ff2cc7cbd526c60da64ddd989 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
add markdown test suite's backslash escape test

github.com/chemzqm/marked - 91bb13c7142d37f75b49a3ef1ddb601ac6582ef4 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
a more understanding em/strong behavior

github.com/chemzqm/marked - 6fbb30588b61854479ed7db9757776e3be63b80a authored almost 13 years ago by Christopher Jeffrey <[email protected]>
wrap naked inline html elements

github.com/chemzqm/marked - 8bc19d831d858a89309c3f66a9cb6180a814326f authored almost 13 years ago by Christopher Jeffrey <[email protected]>
check for href property on links

github.com/chemzqm/marked - 5d83d1e375614b4ec0fc987489dc276b9b586923 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
move some tests around, whitespace

github.com/chemzqm/marked - 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...

github.com/chemzqm/marked - 5f7edf47ed43da634783769a108d01389cb4f32a authored almost 13 years ago by Christopher Jeffrey <[email protected]>
Merge branch 'fixes'

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

github.com/chemzqm/marked - 3296d10f18e47e20742d2e4f74ab217630383d05 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
clean up list rule

github.com/chemzqm/marked - bb382e34256f59116857f7bcd6d30fcee8ec6830 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
more compliant blockquote rule

github.com/chemzqm/marked - 0e21e429e7428fb2a76c992af19adbfcbe801560 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
make > escapable. closes #13.

github.com/chemzqm/marked - c201cb97208a14c55ff3846ef55f4f50be7ebc1b authored almost 13 years ago by Christopher Jeffrey <[email protected]>
fix benchmark

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

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

github.com/chemzqm/marked - f42020b8965a9995bd36885fa6af96881dfe2774 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
fix test

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

github.com/chemzqm/marked - 6a0678dd093a9829fb7677bcd7b5ce1fd11be86e authored almost 13 years ago by Christopher Jeffrey <[email protected]>
allow lazy blockquotes

github.com/chemzqm/marked - ccd0d4bc10eb629e7051517d7e11be47ab2f79b8 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
more compliant lazy blockquotes. closes #19.

github.com/chemzqm/marked - 8905bcf22223bb1059416df8059ac05a9646971b authored almost 13 years ago by Christopher Jeffrey <[email protected]>
allow nested <code>. closes #18.

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

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

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

github.com/chemzqm/marked - be5fa849f71c95467679bbecfa3493860333648d authored almost 13 years ago by Christopher Jeffrey <[email protected]>
more tests

github.com/chemzqm/marked - 92abc011963a1e90bd32a4d01e18c93739aeff67 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
potential changes

github.com/chemzqm/marked - 02a125ba0f82e4c9ace0402c1cd3062b8c4c10ef authored almost 13 years ago by Christopher Jeffrey <[email protected]>
organize long regexes better

github.com/chemzqm/marked - 6387415fdf4bb2a212da91f555ce18f0b522595b authored almost 13 years ago by Christopher Jeffrey <[email protected]>
add bugs and tags to package.json

github.com/chemzqm/marked - ebcd7910eb53b0293774275fc2bdbb03245553b4 authored almost 13 years ago by Christopher Jeffrey <[email protected]>
add paragraph test, refactor, change comments

github.com/chemzqm/marked - c216a1ee7e6bddaaaf00aa847ab2598a5e7cd78c authored almost 13 years ago by Christopher Jeffrey <[email protected]>
version, comment

github.com/chemzqm/marked - 0ccf2d7c82a323bfbbb5baa66e7ec272ab96f9e3 authored about 13 years ago by Christopher Jeffrey <[email protected]>
remove toplevel html block check, change language class

github.com/chemzqm/marked - 60de96800ecab46517bfefe54536c4994053af27 authored about 13 years ago by Christopher Jeffrey <[email protected]>
remove old inline rules, comments, whitespace

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

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

github.com/chemzqm/marked - 332072ffede7fdd40c5c234a31fb341782118096 authored about 13 years ago by Christopher Jeffrey <[email protected]>
add paragraph token, fix paragraph rule

github.com/chemzqm/marked - 73113644cb6c9fde827d63299a30895a24824bfe authored about 13 years ago by Christopher Jeffrey <[email protected]>
remove scratch paper

github.com/chemzqm/marked - 75bf7ec7ed7f4d4101f5b5d57f81162ec34a2eb6 authored about 13 years ago by Christopher Jeffrey <[email protected]>
robust paragraph rule, scratch paper, remove comments

github.com/chemzqm/marked - 6c7d9f1f54473817ab118d239122fe961f9fd802 authored about 13 years ago by Christopher Jeffrey <[email protected]>
update readme, switch text and paragraph rule, comments

github.com/chemzqm/marked - cab5ccc1f0352bec56b399b97cd577444a1be9d6 authored about 13 years ago by Christopher Jeffrey <[email protected]>
bin: stringify token stream instead of inspecting, remove fix

github.com/chemzqm/marked - a270bed714260eeb0629b53c471bf0a0443acdbb authored about 13 years ago by Christopher Jeffrey <[email protected]>
ridiculous optimization

github.com/chemzqm/marked - 5d4fed5c7adf8ef1221fd5a9e41b171071561fed authored about 13 years ago by Christopher Jeffrey <[email protected]>
update readme and license

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

github.com/chemzqm/marked - 298a437d9bf4b1f0c2ba6cba4dc681aa9ae4fef6 authored about 13 years ago by Christopher Jeffrey <[email protected]>
make list item regex consistent, whitespace

github.com/chemzqm/marked - b6f4397781644a1a72fd24c9840d459472c3c765 authored about 13 years ago by Christopher Jeffrey <[email protected]>
split up gfm tests

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

github.com/chemzqm/marked - c94db866bf35ec5c5ff90bfea3979b8813a0278a authored about 13 years ago by Christopher Jeffrey <[email protected]>