Ecosyste.ms: OpenCollective

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

Comrak

CommonMark + GFM compatible Markdown parser and renderer
Collective - https://opencollective.com/comrak - Code: https://github.com/kivikakk/comrak

Fix the grammar for scanning table marker rows

Scan all the way to newline. This makes some edge cases
parse in accordance with upstream cmark.

github.com/kivikakk/comrak - 31746ff838476636a6f16c4b43dff39f4ec3ec36 authored over 6 years ago by Brian Anderson <[email protected]>
Merge pull request #53 from brson/header-panic

Fix a corner case in the ATX header parser

github.com/kivikakk/comrak - a8d94e634d194f2ee276e685fe4b49e18cff5d33 authored almost 7 years ago by Ashe Connor <[email protected]>
Fix a corner case in the ATX header parser

The parser would previously crash in some cases of empty ATX headers with
trailing hashes. This ...

github.com/kivikakk/comrak - 873e1d90000ee37470d2779b57632d68c47e7a24 authored almost 7 years ago by Brian Anderson <[email protected]>
add pathological test

github.com/kivikakk/comrak - c9ec5c510ab6a30f235aea9e0f9e1ee6e385a3f4 authored almost 7 years ago by Ashe Connor <[email protected]>
remove unnecessary compare

github.com/kivikakk/comrak - 206b7e4afc4051267b81edcd2101cb6b1dfdad96 authored almost 7 years ago by Ashe Connor <[email protected]>
remove unused allow(unstable_features)

github.com/kivikakk/comrak - 5471c58353fc16d26792e69c248267eb3abd3eaa authored almost 7 years ago by Ashe Connor <[email protected]>
add benchmark

github.com/kivikakk/comrak - 129f4851fdc79bffbe7e19940c9e869b7a70fef0 authored almost 7 years ago by Ashe Connor <[email protected]>
Merge pull request #50 from nickborromeo/add-installation-step

Adding an installation section in README

github.com/kivikakk/comrak - 92fdd7f3edfd09722295812e8824dbf04b364e3c authored almost 7 years ago by Ashe Connor <[email protected]>
Elaborate on installation

github.com/kivikakk/comrak - 14eeb0bdfe264aaf9dc29e9cae9a03aebc49c730 authored almost 7 years ago by Ashe Connor <[email protected]>
Adding an installation section in README

github.com/kivikakk/comrak - 15ed624a3bd9cdbcc815e4186bc948ed610e3b34 authored almost 7 years ago by Nick Borromeo <[email protected]>
0.2.8

github.com/kivikakk/comrak - 778331196fa430c77675e2b090a4ab0c3030335b authored almost 7 years ago by Ashe Connor <[email protected]>
Merge pull request #49 from kivikakk/default-info-string

default fenced code block info strings

github.com/kivikakk/comrak - dfe55ae29482c038c0ba2f4adf925421c6709008 authored almost 7 years ago by Ashe Connor <[email protected]>
I remember how to use clap

github.com/kivikakk/comrak - beebb8c928348265a2ce01277524426b73d97b21 authored almost 7 years ago by Ashe Connor <[email protected]>
add clap arg, document in README

github.com/kivikakk/comrak - 8e4374953e3acfc9d4d298334a2ab8e4a240cf8c authored almost 7 years ago by Ashe Connor <[email protected]>
implement

github.com/kivikakk/comrak - e1d075d0a7678e555c2a2ebbda4efab0e7df1f49 authored almost 7 years ago by Ashe Connor <[email protected]>
add doc test

github.com/kivikakk/comrak - 85713b3e7b50dde4753d7abb6b4159b41e47db4a authored almost 7 years ago by Ashe Connor <[email protected]>
README.md reorg and "related projects" section

github.com/kivikakk/comrak - 23e978cdc96459574fdc5a3c3c0dcc602e63d236 authored almost 7 years ago by Ashe Connor <[email protected]>
latest cmark-gfm

github.com/kivikakk/comrak - 4f635e1ffe9a9c6c94e2e160f7b1b16830334504 authored almost 7 years ago by Ashe Connor <[email protected]>
0.2.7

github.com/kivikakk/comrak - 3637f13f3634a64e2931d3e0e2c35711b5b0d3b5 authored almost 7 years ago by Ashe Connor <[email protected]>
pest 1.0

github.com/kivikakk/comrak - b70c84a221be3806928d11cf1d450cefb96cdbda authored almost 7 years ago by Ashe Connor <[email protected]>
prepare-regexes not needed with pest

github.com/kivikakk/comrak - de5b8322639d259c32f2f3885e8ff84254bf2d7c authored almost 7 years ago by Ashe Connor <[email protected]>
some version bumps

github.com/kivikakk/comrak - e3008a370da6b485029458927cf6fca798b34e16 authored almost 7 years ago by Ashe Connor <[email protected]>
perf tools

github.com/kivikakk/comrak - 3a92b1a150e3c104b3114e64cf04aabe2718462d authored almost 7 years ago by Ashe Connor <[email protected]>
Merge pull request #47 from kivikakk/pest

Use pest for lexer

github.com/kivikakk/comrak - aa91bd1f67ebf8ff1f0e62d18bbf341944e08d80 authored almost 7 years ago by Ashe Connor <[email protected]>
inlines

github.com/kivikakk/comrak - 0b43ba9d66050d958d4fd92577ee9f4467c27e07 authored almost 7 years ago by Ashe Connor <[email protected]>
speed up compile

(the difference between a valid and 'invalid' escape is processed later)

github.com/kivikakk/comrak - f6417be493191514d8d83e4822ae9cd7617b29ff authored almost 7 years ago by Ashe Connor <[email protected]>
complete removal of re

github.com/kivikakk/comrak - b307033f71b78208608a2b198f08f5ea73b490b5 authored almost 7 years ago by Ashe Connor <[email protected]>
replace html start conditions with pest

github.com/kivikakk/comrak - a682ac9db6c174b21331b89a2e28a5d3fcd99535 authored almost 7 years ago by Ashe Connor <[email protected]>
port a single scanner

github.com/kivikakk/comrak - 76ec53bd304d461f5cc2c35d748d4514baace5ab authored almost 7 years ago by Ashe Connor <[email protected]>
Add pest, loosen version requirements

github.com/kivikakk/comrak - 04ca4f51ea7d76a98ec71b940164ad46f35b274b authored almost 7 years ago by Ashe Connor <[email protected]>
copyright year extension

github.com/kivikakk/comrak - 4c633b2f35959a306fdc2a6782fd32df0b523b79 authored almost 7 years ago by Ashe Connor <[email protected]>
0.2.6

github.com/kivikakk/comrak - bf5feb9575959153df7713b3f61776130db8fe46 authored almost 7 years ago by Ashe Connor <[email protected]>
Merge pull request #46 from kivikakk/regression-emphasis

Back-to-back emphasis parsing

github.com/kivikakk/comrak - e2574bb40f0d96900da802789c3f0236f73a0c0b authored almost 7 years ago by Ashe Connor <[email protected]>
test + nightly fmt

github.com/kivikakk/comrak - a6162a06bbee7377e612a88a62f25c46865d57b3 authored almost 7 years ago by Ashe Connor <[email protected]>
Cache length as we truncate the inline

github.com/kivikakk/comrak - b45e0fa85148890c27bd80a05f40fbf51fcac92c authored almost 7 years ago by Ashe Connor <[email protected]>
0.2.5

github.com/kivikakk/comrak - f32c573d79625a9c9ee06effacab0222791d837f authored about 7 years ago by Ashe Connor <[email protected]>
Merge pull request #44 from kivikakk/footnote-exclamation

Footnote exclamation

github.com/kivikakk/comrak - 083be3bfde1af574652cc777fb12694c6d4586d2 authored about 7 years ago by Ashe Connor <[email protected]>
bump to the actual latest footnotes

github.com/kivikakk/comrak - 678890d3b94e1fb75de62967bd4a1171b801b696 authored about 7 years ago by Ashe Connor <[email protected]>
Check ahead for ^ per @SSJohns

Fixes #43.

github.com/kivikakk/comrak - 8bac23f0b4f90f80d59473cd0e3633e26d0cac06 authored about 7 years ago by Ashe Connor <[email protected]>
Add test re: footnotes being eaten

github.com/kivikakk/comrak - 72e3c99fd36aac9956038eb974591d84ee8854f8 authored about 7 years ago by Ashe Connor <[email protected]>
add to changelog

github.com/kivikakk/comrak - b8ef1ef7f59c3fa835ecd2ee4f2b03034bfbac26 authored about 7 years ago by Ashe Connor <[email protected]>
0.2.4

github.com/kivikakk/comrak - 63d424f5c9ad2bc95364539dc09f673891d7242d authored about 7 years ago by Ashe Connor <[email protected]>
Merge pull request #42 from kivikakk/footnotes

Footnotes

github.com/kivikakk/comrak - 6d12d11b43997dacc8e230ead139214c068027dc authored about 7 years ago by Ashe Connor <[email protected]>
Cleanup/rerun specs

github.com/kivikakk/comrak - 7d182d148a097de03946702653f247db2b0fc9fd authored about 7 years ago by Ashe Connor <[email protected]>
clean up some doctests and clippy

github.com/kivikakk/comrak - 81b0d1b985e7180d7f7869ca578f63d2d460b0a3 authored about 7 years ago by Ashe Connor <[email protected]>
fix slice error (also in C ver!)

github.com/kivikakk/comrak - 27133006683c7e7eaf8bcc6157ba7cf26d97d6fe authored about 7 years ago by Ashe Connor <[email protected]>
cm formatter

github.com/kivikakk/comrak - 6d30424bc9d77089eee87fae3beb9032271fb01c authored about 7 years ago by Ashe Connor <[email protected]>
Write definitions out into AST, HTML formatter

github.com/kivikakk/comrak - 4002cd805fb3da82a0972c4d37f36e57f774655b authored about 7 years ago by Ashe Connor <[email protected]>
Order & retrieve footnote defs

github.com/kivikakk/comrak - 64de60c4d6660dfe0bb4b663db8b33457541bc78 authored about 7 years ago by Ashe Connor <[email protected]>
Parse defs/refs

github.com/kivikakk/comrak - f8cdf76237e54afd8c35222ff68d816dfa709794 authored about 7 years ago by Ashe Connor <[email protected]>
rustfmt_skip

github.com/kivikakk/comrak - fe20df97e5fe53ce1bdc239e041be504feab98a4 authored about 7 years ago by Ashe Connor <[email protected]>
Add option, latest cmark-gfm#footnotes

github.com/kivikakk/comrak - 94205ed591cb5af97dd1db7185d520c797ffceb0 authored about 7 years ago by Ashe Connor <[email protected]>
Base footnotes test

github.com/kivikakk/comrak - 31a02c1ffca758f742b28837c7a0b70ec61fce4b authored about 7 years ago by Yuki Izumi <[email protected]>
README contributors update

github.com/kivikakk/comrak - 1060d64d23755deb9a6334229076bb7a3860b68e authored about 7 years ago by Ashe Connor <[email protected]>
0.2.3

github.com/kivikakk/comrak - 489fee7386893a956f1c5182c65a13819b4e6fb1 authored about 7 years ago by Ashe Connor <[email protected]>
Merge pull request #41 from kivikakk/header-ids

Add header IDs extension

github.com/kivikakk/comrak - ea89548d9dc131ea01ae45520f953c3f24f10f61 authored about 7 years ago by Ashe Connor <[email protected]>
Add header IDs extension

github.com/kivikakk/comrak - 14d1510bd6e04e66f820336a520527d2c378579b authored about 7 years ago by Ashe Connor <[email protected]>
Try limiting Travis spam?

github.com/kivikakk/comrak - 2b7a877406b58e788e585cbb750093e7d4dc42be authored over 7 years ago by Ashe Connor <[email protected]>
Pathological fix from commonmark/cmark#232

github.com/kivikakk/comrak - f6a328140eccbe8364192eebcb19fcc8815ce6cb authored over 7 years ago by Ashe Connor <[email protected]>
Merge pull request #38 from kivikakk/opt

String->Vec<u8> optimisations

github.com/kivikakk/comrak - 4a3a6b88aebb963f995d8ebaf8f1a2cb1a62bafe authored over 7 years ago by Ashe Connor <[email protected]>
Minor cleanups

github.com/kivikakk/comrak - b06cc6c61d681dd4d208b8753456e8703a082a6d authored over 7 years ago by Ashe Connor <[email protected]>
Ensure we have valid UTF-8 at public boundaries

We rely on this internally at several spots (every `unsafe` block,
basically).

github.com/kivikakk/comrak - 4ecc1d79ae84ee197c54cf40d1f45aa1d70bb691 authored over 7 years ago by Ashe Connor <[email protected]>
String->Vec<u8>, fmt

github.com/kivikakk/comrak - a2ad0f28d66f4577eacc18e858bec5f75bbfd143 authored over 7 years ago by Ashe Connor <[email protected]>
Install "time" in docker container

github.com/kivikakk/comrak - f92f400d6a2e99b40ebb11d9ed683b3f0c4978b3 authored over 7 years ago by Ashe Connor <[email protected]>
Test an unsafe replacement

github.com/kivikakk/comrak - 3acc8fa96a20ee0efa478d76330de6d2d1083d0c authored over 7 years ago by Ashe Connor <[email protected]>
Add "make bench"

github.com/kivikakk/comrak - a9e1ed8cf20bccf99c10872813dab6bbd70b4539 authored over 7 years ago by Ashe Connor <[email protected]>
Init scanners in main to get proper bench results

github.com/kivikakk/comrak - bc8c05c2d406859a3adbaa33a77829ebee62e315 authored over 7 years ago by Ashe Connor <[email protected]>
No copies in formatters

github.com/kivikakk/comrak - 7d41fd570235a92e0a2a2489a3a1b4630d4f1aad authored over 7 years ago by Ashe Connor <[email protected]>
Latest cmark-gfm

github.com/kivikakk/comrak - 99606362fb6cde2f0f7eb9d7d4524d6fc166df3b authored over 7 years ago by Ashe Connor <[email protected]>
Merge pull request #36 from kivikakk/fix-table-panic

Resolve awkward table panics. Fixes #34.

github.com/kivikakk/comrak - 1944c09d9bdb1bcae3c998b2d70e2eeb5e609262 authored over 7 years ago by Ashe Connor <[email protected]>
Resolve awkward table panics. Fixes #34.

github.com/kivikakk/comrak - 1f19e096ba6154952d5b635366dd8b6db530be89 authored over 7 years ago by Ashe Connor <[email protected]>
Update README.md contributors

github.com/kivikakk/comrak - 50fbdea136d0cbad1a3a22616d20056f8432c882 authored over 7 years ago by Ashe Connor <[email protected]>
Merge pull request #35 from SSJohns/fuzz

Fix for inter-unicode slices and indexing

github.com/kivikakk/comrak - c486cf835921001425181be5c867ee0b98fd92a5 authored over 7 years ago by Ashe Connor <[email protected]>
Merge branch 'master' into fuzz

github.com/kivikakk/comrak - b68482c9f46c0c2d2d6b7eab7be51612f2f92a0e authored over 7 years ago by Ashe Connor <[email protected]>
Latest cmark-gfm

github.com/kivikakk/comrak - bbcdf975076074a90ced0eb0249b513a5cc7fd5e authored over 7 years ago by Ashe Connor <[email protected]>
Fix for inter-unicode slices and indexing

github.com/kivikakk/comrak - c03ea8fec1872e8fcdd42e0e01174d6574f2b519 authored over 7 years ago by SSJohns <[email protected]>
Latest cmark-gfm

github.com/kivikakk/comrak - 68e2cf9df2773640f2a87a170b65e3ec0236c293 authored over 7 years ago by Yuki Izumi <[email protected]>
Avoid taking quadratic time

This avoids taking quadratic time by refusing to parse recursive
chevrons and limiting nested pa...

github.com/kivikakk/comrak - 1db99a1ecaf3b330b9808bbeb9c54003cf5eba0f authored over 7 years ago by Demi Obenour <[email protected]>
Add test for #32

github.com/kivikakk/comrak - 7d74036fdd6ad7e481f92bc9ce227e9cf934b488 authored over 7 years ago by Yuki Izumi <[email protected]>
Quick win: avoid expensive HTML scanners if poss

github.com/kivikakk/comrak - 979b0ba55b155d8c3ca94c4a113890e745c6e414 authored over 7 years ago by Yuki Izumi <[email protected]>
Don't copy into Subject

github.com/kivikakk/comrak - 85b35f748302db092872603dd5d3d92da714b15d authored over 7 years ago by Yuki Izumi <[email protected]>
Merge branch 'zeantsoi-autolink-multiline'

github.com/kivikakk/comrak - 0d7558d131357b27b671c8eb3f2c837ac1d0abfc authored over 7 years ago by Yuki Izumi <[email protected]>
Postprocess when sibling missing or isn't text

github.com/kivikakk/comrak - e5206fa0eaaffba8f4c7dc9e3aaa8fe6d6366119 authored over 7 years ago by Yuki Izumi <[email protected]>
Merge pull request #29 from SSJohns/hotfix/scripttag

added closing brace to test

github.com/kivikakk/comrak - f8325aeee9bcc78076014d53a19b37c4dfc07edf authored over 7 years ago by Yuki Izumi <[email protected]>
Call postprocess_text_node regardless of whether node has next_sibling

github.com/kivikakk/comrak - 328d371a82b55a4818536660c1f4fae6acc901c5 authored over 7 years ago by zeantsoi <[email protected]>
added closing brace for tag

github.com/kivikakk/comrak - a74fd5cd0cfbebca13e7b8d5a0747c4baafb062e authored over 7 years ago by SSJohns <[email protected]>
Drop a failing doctest

github.com/kivikakk/comrak - ac5f7f9738e322fe91868fec8b03fa4c43e06843 authored over 7 years ago by Yuki Izumi <[email protected]>
Bring arena_tree in

github.com/kivikakk/comrak - 4992b7b663b7ff8333ca8dd1d00abde69e615cbd authored over 7 years ago by Yuki Izumi <[email protected]>
cargo fmt

github.com/kivikakk/comrak - 19cc2e375c1bf740248a3aa2599b146a8fec4b79 authored over 7 years ago by Yuki Izumi <[email protected]>
Merge pull request #26 from kivikakk/quadratic

Fix quadratic behaviour during emphasis processing

github.com/kivikakk/comrak - f59b709e345c3b4e07206791189194f8d7fd8ee6 authored over 7 years ago by Yuki Izumi <[email protected]>