Ecosyste.ms: OpenCollective

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

markdown-it

CommonMark (markdown) parser, with pluggable syntax
Collective - Host: opensource - https://opencollective.com/markdown-it - Website: https://markdown-it.github.io/ - Code: https://github.com/markdown-it

Check validation flag instead of hardcoding rules

github.com/markdown-it/markdown-it - d5e8e61b6b0e02a4cb5059df74f4c3a6517638e1 authored about 10 years ago by Alex Kocharin <[email protected]>
Use unescapeMd in links instead of custom impl

github.com/markdown-it/markdown-it - 473a40f04fc3b24821779da00b93b4b78fc30b22 authored about 10 years ago by Alex Kocharin <[email protected]>
Fix spaces in subscript and superscript

github.com/markdown-it/markdown-it - 74602dba9090866ebd210a0dda4027692bee3dac authored about 10 years ago by Alex Kocharin <[email protected]>
Fixed regression in 1.2.1 release, closes #88

github.com/markdown-it/markdown-it - a9895f72d06e2b4ad58f2917559ce45445c47877 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Fix fences rule

closing fence should not be indented more than 3 spaces

github.com/markdown-it/markdown-it - e7c60e1a01c8ab005ace3566b04f4ab90badcc2f authored about 10 years ago by Alex Kocharin <[email protected]>
Fix subscript and superscript rules

github.com/markdown-it/markdown-it - f28ab537e4e0bcb82205cc81a0789e7711e51875 authored about 10 years ago by Alex Kocharin <[email protected]>
Add tests for subscript/superscript

github.com/markdown-it/markdown-it - f341e57d13f2cd60639d944fc4a86fde865535df authored about 10 years ago by Alex Kocharin <[email protected]>
Fix blockquote line numbers

close #86

github.com/markdown-it/markdown-it - 5c5f2309de9b0cba8f090ca2a98af0d8ef2a557f authored about 10 years ago by Alex Kocharin <[email protected]>
Add subscript and superscript

github.com/markdown-it/markdown-it - 3b785a0bfadf4ea1201d83fe40ab107f312fd77a authored about 10 years ago by Alex Kocharin <[email protected]>
Update CommonMark spec and fixtures

github.com/markdown-it/markdown-it - 842bf70513bbdc5f7431fa9477f7cb2aa0ca9604 authored about 10 years ago by Alex Kocharin <[email protected]>
Change priority for all pairs

`**foo __bar** baz__` is now parsed as `<strong>foo __bar</strong> baz__`

github.com/markdown-it/markdown-it - 666e94a47a2932f1e0e09ef38b712606493e47ae authored about 10 years ago by Alex Kocharin <[email protected]>
Merge pull request #83 from pdehaan/patch-1

FIx typo

github.com/markdown-it/markdown-it - 6549fbf40ed0973ddb7c0f3bbdcc60e6f06a2ecb authored about 10 years ago by Vitaly Puzrin <[email protected]>
Merge pull request #84 from pdehaan/patch-2

Fix typo

github.com/markdown-it/markdown-it - 55206c4994e25ce6f6b09529414f7ace76f00422 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Demo: rebuild

github.com/markdown-it/markdown-it - 2daeb8be6a12b4f5403441e420c2a794fc590b5f authored about 10 years ago by Vitaly Puzrin <[email protected]>
Readme: typo fix in example

github.com/markdown-it/markdown-it - 27a42a6ecc7abc07ffe00dd3ca5fcc997df0e81c authored about 10 years ago by Vitaly Puzrin <[email protected]>
Merge pull request #76 from Advocation/patch-1

Update sample.md

github.com/markdown-it/markdown-it - 133bdc95404acf56af1f06cff1c47d7a5ad9e085 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Update sample.md

github.com/markdown-it/markdown-it - a9fae6d0402cee5ab6c25889015273eedc2cc8ba authored about 10 years ago by Harry Llewelyn <[email protected]>
Merge pull request #75 from denis-sokolov/test-script

Add npm test command

github.com/markdown-it/markdown-it - a76a5c84273c320e19787bceb33923e86a99c3c4 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Add npm test command

github.com/markdown-it/markdown-it - cfa4cc188af5487a8cac26315cf633bd7e46334c authored about 10 years ago by Denis Sokolov <[email protected]>
Merge pull request #74 from denis-sokolov/patch-1

Readme: fix typo in highlight option (b27c6308)

github.com/markdown-it/markdown-it - 96a65ba9b02a89422aadc78dc6944e9b98849185 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Readme: fix typo in highlight option (b27c6308)

github.com/markdown-it/markdown-it - 9e417ea2b1f56a7c5412a1616b17a9db7060f592 authored about 10 years ago by Denis Sokolov <[email protected]>
Added coverall.io badge

github.com/markdown-it/markdown-it - f30bb0d3fdcfa69fe3fb8f5172c7fb222f898530 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Added coverall.io integration

github.com/markdown-it/markdown-it - 0f1110ff7fa99a72d40644349e1a80eed2b4f86f authored about 10 years ago by Vitaly Puzrin <[email protected]>
Changed CDN to jsDeliver due problems in FF with cdnjs

github.com/markdown-it/markdown-it - f3bc02a51eb3b17e7a7cc867bdd05ac662df574e authored about 10 years ago by Vitaly Puzrin <[email protected]>
1.2.1 released

github.com/markdown-it/markdown-it - 3ba348f35df54c2a9435c1db03a854c3c3ad18e0 authored about 10 years ago by Vitaly Puzrin <[email protected]>
browser files update

github.com/markdown-it/markdown-it - c92049d58fc1494bed9109665b465b1bdea94f73 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Added debug view to demo

github.com/markdown-it/markdown-it - a75604569ca1ffcca7c666bbc0f0ea7ba83594ce authored about 10 years ago by Vitaly Puzrin <[email protected]>
edits to readme. fixes typos in code comments.

github.com/markdown-it/markdown-it - 1893f3271f0b01e47ac1ca385bcde016252128f0 authored about 10 years ago by jonschlinkert <[email protected]>
Readme: clarified extensions info & updated demo link to SSL

github.com/markdown-it/markdown-it - 8570ae6d5e9921a8b867fd608c6658b825793276 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Demo: use HTTPS for external resources to avoid mixed content issues

github.com/markdown-it/markdown-it - dbb3a8fb237cdcb347fecb9e7565d3dcf05cef44 authored about 10 years ago by Mathias Bynens <[email protected]>
Merge pull request #68 from bcbcb/dev

Fixed typo and punctuation in readme

github.com/markdown-it/markdown-it - d72e842df54a1aa2b440fec966afe31279f1def6 authored about 10 years ago by Vitaly Puzrin <[email protected]>
updated eslint to 9.1 & did appropriate changes in sources

github.com/markdown-it/markdown-it - 220efa32e806384624b9b800c01bbdece88c9c7b authored about 10 years ago by Vitaly Puzrin <[email protected]>
Fixed typo and punctuation in readme

github.com/markdown-it/markdown-it - 7020edadff71512f0e2117fcffcdff7da90a3359 authored about 10 years ago by bcbcb <[email protected]>
added GA counter to demo

github.com/markdown-it/markdown-it - 32afdaf9aabd23e688db41e0223ebd842f907b7d authored about 10 years ago by Vitaly Puzrin <[email protected]>
StateBlock() cleanup

github.com/markdown-it/markdown-it - 0cf8b0f362b62a268e597e092ba23da26829cce7 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Added coverage reports generation, related to #66

github.com/markdown-it/markdown-it - 479caaea2d42290578f78722cec483291ef97d23 authored about 10 years ago by Vitaly Puzrin <[email protected]>
grammar/typo fixes (manually imported from #65)

github.com/markdown-it/markdown-it - fbdcf4a595934674130dd4c0f722d7329d1f54ce authored about 10 years ago by Vitaly Puzrin <[email protected]>
Updated inline text scan logic

github.com/markdown-it/markdown-it - 54990dd7c55aa181220c8ee3b551e762d634fbfa authored about 10 years ago by Vitaly Puzrin <[email protected]>
Don't recreate links buffer in linkifier

github.com/markdown-it/markdown-it - 8cacac58ada7db0a8037ff4a107a5bb852d7cc02 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Perf: smartquotes logic cleanup

github.com/markdown-it/markdown-it - 4d7c3a717d3bc893c0bc063b02f3178fc264ca4e authored about 10 years ago by Vitaly Puzrin <[email protected]>
Perf: tweaked typorgapher checks

github.com/markdown-it/markdown-it - 94871401b85b7b4e91d8237901a8d66e3609ed52 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Perf: fixed speed regression by linkifier

github.com/markdown-it/markdown-it - 91454dcafaa6579863b9fba04b502448c45d5c8f authored about 10 years ago by Vitaly Puzrin <[email protected]>
1.2.0 released

github.com/markdown-it/markdown-it - bc1d318b52ea8afa4a4324a8a41e899d9f37a9bb authored about 10 years ago by Vitaly Puzrin <[email protected]>
Browser files rebuild

github.com/markdown-it/markdown-it - dff3a7f0243cf449d03ea4236a2eab04a4736030 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Merge pull request #64 from jumpwah/dev

README: fix minor typo

github.com/markdown-it/markdown-it - 831a6ca8739c6d425bcd911cf5dc763feefe9b16 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Fixed prev commit

github.com/markdown-it/markdown-it - 1e65876d7b47e34ebfbf2236c190103494c047dc authored about 10 years ago by Vitaly Puzrin <[email protected]>
Perf: md unescaping opt

github.com/markdown-it/markdown-it - 6c3ba9eb993fcf49410079a2d4d12374b5012b01 authored about 10 years ago by Vitaly Puzrin <[email protected]>
README: fix minor typo

github.com/markdown-it/markdown-it - fa5191865a2df968201991644d0b1c4570962b9e authored about 10 years ago by rwzy <[email protected]>
Updated list of text terminator chars

github.com/markdown-it/markdown-it - 242944320194e5ab9cd0683cc456b52c339bbbff authored about 10 years ago by Vitaly Puzrin <[email protected]>
Moved HTML escaping to renderer

github.com/markdown-it/markdown-it - 8f909bcf33e78c3b2cfc645f6c926db1382b1ca5 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Perf: regex opts

github.com/markdown-it/markdown-it - bc7b8e2f890e079557c0a3d04059cd42600d0562 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Fixed error in prev commit

github.com/markdown-it/markdown-it - e259c9918336788c3c6d312709eb5526ef1879a8 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Perf: optimized html escape helper

github.com/markdown-it/markdown-it - c45c345c6bd046383c973cb90dc025a1229ce086 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Renamed stmd -> commonmark

github.com/markdown-it/markdown-it - d937eec5f3e1e462b61de746908a65ed5303f575 authored about 10 years ago by Vitaly Puzrin <[email protected]>
changelog update

github.com/markdown-it/markdown-it - 9496c47efd139178d0c00e931566df95c05748c7 authored about 10 years ago by Vitaly Puzrin <[email protected]>
typo fix

github.com/markdown-it/markdown-it - 27ca2aabff1053133451764429de67f8e5b325e6 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Docs update

github.com/markdown-it/markdown-it - fca1de57eedb96fcbbaea562d97ef48502531368 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Browser files rebuild

github.com/markdown-it/markdown-it - 89fca11112a20ddab14ad14a37e476f73040ea3e authored about 10 years ago by Vitaly Puzrin <[email protected]>
Added <mark> support

github.com/markdown-it/markdown-it - 0411b14cf504ad621e10042bb4d088d36af8a650 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Added <ins> support

github.com/markdown-it/markdown-it - 710a62f1d5d5ae44f4674345c61220573cceeafa authored about 10 years ago by Vitaly Puzrin <[email protected]>
Freeze default rules set (~ equal to GFM). Added `full` preset to enable everything.

github.com/markdown-it/markdown-it - a4afaa4ccb5794de337e3ecdf866f01629d5df0d authored about 10 years ago by Vitaly Puzrin <[email protected]>
Exposed `configure()` method

github.com/markdown-it/markdown-it - a0691ac720c05838f7da08b5ebac79e59a962b99 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Don't restrict rules by default

github.com/markdown-it/markdown-it - 0e4767711d0712efb46f410df7366daed54357d7 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Reorganized parser configuration

github.com/markdown-it/markdown-it - 9b87c99abc851d5845d8a1417b43ed9c14440dc4 authored about 10 years ago by Vitaly Puzrin <[email protected]>
reorganized files

github.com/markdown-it/markdown-it - 09302351495cf09f52ab167efcfc7bd5e0a846f8 authored about 10 years ago by Vitaly Puzrin <[email protected]>
1.1.2 released

github.com/markdown-it/markdown-it - 6ec29fe47a5c3ae8c790d2fcfb347444029f466d authored about 10 years ago by Vitaly Puzrin <[email protected]>
browser files rebuild

github.com/markdown-it/markdown-it - 57a96abfde4ad7c2e3420dcb426e58651264d05a authored about 10 years ago by Vitaly Puzrin <[email protected]>
Enabled pending test

github.com/markdown-it/markdown-it - 0025a49376cebc9085cc0694e32f264ae314380e authored about 10 years ago by Vitaly Puzrin <[email protected]>
Renamed back `strikethrough` to `del`

github.com/markdown-it/markdown-it - f15fa5ed2393e5e81e09966af14205cc834179b7 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Added cmm spec to benchmarks samples

github.com/markdown-it/markdown-it - 4ac25cb4c2c42110a122e7f0048a2d60b4f2889f authored about 10 years ago by Vitaly Puzrin <[email protected]>
Fix performance when nested token doesn't match

close #53

github.com/markdown-it/markdown-it - 1676e10ee867450da12257c39bd9a26948c1efda authored about 10 years ago by Alex Kocharin <[email protected]>
Move strikeout test to an appropriate place

github.com/markdown-it/markdown-it - 182c21b4c3c02fa3ea4f9534c77227ecbbd26fc2 authored about 10 years ago by Alex Kocharin <[email protected]>
Preserve initial position in links

fix #55

github.com/markdown-it/markdown-it - c9adb050e078d57a8bc3ebcc7a13f53cdd306640 authored about 10 years ago by Alex Kocharin <[email protected]>
changelog update

github.com/markdown-it/markdown-it - dd96361bd3205d6d6c5cd4c7a379064a4fc95ae2 authored about 10 years ago by Vitaly Puzrin <[email protected]>
more fixes in link protocols check

github.com/markdown-it/markdown-it - 0d2200190017c11a8c748a5ddc9cf7844d3e40e4 authored about 10 years ago by Vitaly Puzrin <[email protected]>
base64 encode demo permalinks to avoid broken content for github postings

github.com/markdown-it/markdown-it - d02fc8a32b49c57f72fa687f140b2e6829a8d6ca authored about 10 years ago by Vitaly Puzrin <[email protected]>
Improved prohibited protocols check in links

github.com/markdown-it/markdown-it - d6b5c03d1fd5f4b0b728af4508c0c808f5e1c92f authored about 10 years ago by Vitaly Puzrin <[email protected]>
Updated smartquotes tests

github.com/markdown-it/markdown-it - 6dc8e832a7abc2e8fa8260684ce1203f9ea079f0 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Fixture rename

github.com/markdown-it/markdown-it - 2f274bfc4dc8ff1222f354ef1ba71e528e0c1e7c authored about 10 years ago by Vitaly Puzrin <[email protected]>
Moved tight paragraphs marking to separate fn

github.com/markdown-it/markdown-it - 2ef8825a7fc3479120e5031789acc3b4424902f5 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Perf: improved inlines cache logic

github.com/markdown-it/markdown-it - 6ce8e1b61dcfe4330e55ed8c31873d1f1c5e2b6b authored about 10 years ago by Vitaly Puzrin <[email protected]>
1.1.1 released

github.com/markdown-it/markdown-it - a7c1bdb0b98a98ba07f58a971682e66191f0d666 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Browser files rebuild

github.com/markdown-it/markdown-it - d8736e01bfb67dd5555c5dd7c4c630c02505ec7b authored about 10 years ago by Vitaly Puzrin <[email protected]>
Linkify fix. Closes #51

github.com/markdown-it/markdown-it - 719d4c18888d47458e0f997a832909c3f2ab348f authored about 10 years ago by Vitaly Puzrin <[email protected]>
StateInline props rename

github.com/markdown-it/markdown-it - 2040c4f02e1d0df376bfd27e6fb4de5f289a7fcb authored about 10 years ago by Vitaly Puzrin <[email protected]>
Remove dead code in em/del

github.com/markdown-it/markdown-it - ba2463f2f505aa581b2e157cd996a40d6139e2f4 authored about 10 years ago by Alex Kocharin <[email protected]>
Tweak emphasis parsing algorithm

In the case of intersecting tags (e. g. "*foo _bar* baz_") last
complete tag should have a prior...

github.com/markdown-it/markdown-it - f74bbf2515f0e57875bfee4cf858d922d06c2a54 authored about 10 years ago by Alex Kocharin <[email protected]>
Add validation mode to all inline rules

github.com/markdown-it/markdown-it - 5d772b9bb66074959ff2772e18987e7e4a938e89 authored about 10 years ago by Alex Kocharin <[email protected]>
Fixed `Ruler.after()` method

github.com/markdown-it/markdown-it - ab00db7c2409a2d4e512938fd02ff160eca2a1b0 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Simplified loose/tight logic. Closes #50

github.com/markdown-it/markdown-it - d5c588b1305b998e77719e8e2e10255321659fe2 authored about 10 years ago by Vitaly Puzrin <[email protected]>
1.1.0 released

github.com/markdown-it/markdown-it - 7146f91d0a09131f4a838096bfdac495e523d4e1 authored about 10 years ago by Vitaly Puzrin <[email protected]>
browser files rebuild

github.com/markdown-it/markdown-it - 254bbec9535b68c8b5b29939fdb44e6434a3433e authored about 10 years ago by Vitaly Puzrin <[email protected]>
Splitted .render() methods to simplify monkeypatching

github.com/markdown-it/markdown-it - 2cc37e20d0efbb565fa88756b67e9b4a37cfdc73 authored about 10 years ago by Vitaly Puzrin <[email protected]>
typo fix

github.com/markdown-it/markdown-it - bf1016510bbe9038f794ab73e08c5f5514bc2977 authored about 10 years ago by Vitaly Puzrin <[email protected]>
reordered StateInline properties

github.com/markdown-it/markdown-it - 0e8d9bec18396634e8069a25095e53e3c896d3b6 authored about 10 years ago by Vitaly Puzrin <[email protected]>
Add "lines" attribute to all block-level tokens

(except for the closing ones)

github.com/markdown-it/markdown-it - 065eba8bda8d7da6ed21d43503174e863a3d38f4 authored about 10 years ago by Alex Kocharin <[email protected]>
listMode -> parentType

github.com/markdown-it/markdown-it - 07a5bf5c7fbdc08abd9456cc7ce002d3113caf3e authored about 10 years ago by Vitaly Puzrin <[email protected]>
StateBlock cleanup

github.com/markdown-it/markdown-it - 7ea9c2cffb4c287f56a9c1eec8a2ea99947f038e authored about 10 years ago by Vitaly Puzrin <[email protected]>