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

Merge pull request #363 from mfontanini/pub-multiline-block-quote

Make non public nodes public

github.com/kivikakk/comrak - 315a25c76d5547b137c1cf09135f633aa46ebf65 authored 12 months ago
Merge branch 'main' into pub-multiline-block-quote

github.com/kivikakk/comrak - a356d406af241895db456d1f9cb48dccc0056cb8 authored 12 months ago
Add missing docs to `NodeShortCode`.

github.com/kivikakk/comrak - 42e7b2bafb4fd924a2dc3fc30b7e590e1371c28b authored 12 months ago
Merge pull request #364 from ohakutsu/fix-broken-link-in-readme

Fix broken docs link in README

github.com/kivikakk/comrak - 6a8f244e469576966540e9c245148f2edb8c50f5 authored 12 months ago
Fix broken docs link

github.com/kivikakk/comrak - 5f1ab0d8ddedac0d53ff3c38cefe930409d21b33 authored 12 months ago
Make `NodeShortCode` public

github.com/kivikakk/comrak - d7b9118989c0566b816bba232190259b138c7bf8 authored 12 months ago
Make `NodeMultilineBlockQuote` public

github.com/kivikakk/comrak - a1782b9f8e76e73980177ddf674ad6eb2e7dacab authored 12 months ago
flake.nix: use nightly for cargo fuzz.

github.com/kivikakk/comrak - 663d7d82025db94c0cac25933f8f62c7636c15e3 authored 12 months ago
Merge pull request #359 from digitalmoksha/bw-multiline-blockquote

Add a multiline blockquote extension

github.com/kivikakk/comrak - ba5b1e1200957eb73c40b5bd5cfbe8812412d320 authored 12 months ago
parser: add missing triple-backtick.

github.com/kivikakk/comrak - 2027e4884ba6b81a88d8975e9548b9d4bb7d6097 authored 12 months ago
Added option to extension list in README

github.com/kivikakk/comrak - 26e311714d7a8b3aa9497bde6618dece5ac39c06 authored 12 months ago
Pass new extension option in cibuild

github.com/kivikakk/comrak - 5ab74346597702c2cafb6c54a961a417fd7e07df authored 12 months ago
Add extension option, multiline-block-quotes

github.com/kivikakk/comrak - 3de63ac72b1f1611356bd60a0531a1301b508b50 authored 12 months ago
Add multline blockquote extension

Adds the ability to enclose multiple lines in a blockquote.
Such as:

>>>
Paragraph one

Paragra...

github.com/kivikakk/comrak - c8c518da53893925f1ad88229ebe134ab12d6eac authored 12 months ago
README: new URL, copyright year, etc.

github.com/kivikakk/comrak - bb104e688d9f314073da8b4c0ea53f3a4aa384d4 authored about 1 year ago
Merge pull request #347 from kivikakk/use-css-if-you-like

Allow for Syntect to simply generate CSS classes

github.com/kivikakk/comrak - 769b4e50968ccfb59328280ff0a43abdc3c3f0c6 authored about 1 year ago
syntect: minor cleanups.

github.com/kivikakk/comrak - 4b9d838db7b6b2eb101d465e4d4e478431a0b86b authored about 1 year ago
[clippy] remove outdated include

github.com/kivikakk/comrak - a21d42c6d5da965c94e41184d81cb26b4a767200 authored about 1 year ago
Allow for Syntect to simply generate CSS classes

github.com/kivikakk/comrak - 985e49a2fb356f84c7a6a741365eebbc29694b31 authored about 1 year ago
Merge pull request #338 from kivikakk/nix

Use Nix for CI.

github.com/kivikakk/comrak - 06798101a0571f675af1102e5a26a1ebb22a16a0 authored about 1 year ago
flake.nix, workflows: use Nix for clippy/fmt to start.

Some of the clippy checks that fail with `--deny warnings` are likely
overzealous for our MSRV, ...

github.com/kivikakk/comrak - 270c6eef1f46fa151a5bbbbf04096075763bb78d authored about 1 year ago
Merge pull request #346 from kivikakk/dependabot/cargo/fuzz/rustix-0.36.16

build(deps): bump rustix from 0.36.11 to 0.36.16 in /fuzz

github.com/kivikakk/comrak - 840f14d321778725e77c68eb825ed9b343bdecb9 authored over 1 year ago
build(deps): bump rustix from 0.36.11 to 0.36.16 in /fuzz

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.11 to 0.36.16.
- [Release n...

github.com/kivikakk/comrak - c7f9d47324ed8bc6c9d894ac02ceba8a46b61886 authored over 1 year ago
Merge pull request #345 from digitalmoksha/bw-sync-with-0.29.0.gfm.13

Sync with cmark-gfm-0.29.0.gfm.13

github.com/kivikakk/comrak - 8dd49a8e01052c7914579333aea466ca4033a944 authored over 1 year ago
Sync with cmark-gfm-0.29.0.gfm.13

github.com/kivikakk/comrak - 456bc1f733c9b233212137df23796bd6a3c7253f authored over 1 year ago
Merge pull request #343 from digitalmoksha/bw-sync-with-0.29.0.gfm.12

Sync with cmark-gfm-0.29.0.gfm.12

github.com/kivikakk/comrak - 8ac8845de983e2ad1a86dfe95b62fe4acdb8ea04 authored over 1 year ago
Sync with cmark-gfm-0.29.0.gfm.12

github.com/kivikakk/comrak - e5bab5ad5f36df8fd9b63040aba67bd8d0a88fbf authored over 1 year ago
Merge pull request #344 from digitalmoksha/bw-update-cmark-gfm

Use github/cmark-gfm submodule

github.com/kivikakk/comrak - 8f3e6656163e2f3d712692a4f6ed7fb12790cc5e authored over 1 year ago
Use github/cmark-gfm

github.com/kivikakk/comrak - 1ce9c9fd989f8d5d25a5df60d6016795d3a29278 authored over 1 year ago
Merge pull request #341 from silverjam/patch-1

docs: fix-up broken docs.rs link

github.com/kivikakk/comrak - 8f9ac6d03c2b81e6d12996c8358e70d2dd4ca0ec authored over 1 year ago
docs: fix-up broken docs.rs link

github.com/kivikakk/comrak - 54e7d3a7756d11f5eda03ad09c1363b58b4ccd40 authored over 1 year ago
Merge pull request #337 from lucperkins/adapters-send-sync

Make adapters Send + Sync

github.com/kivikakk/comrak - 477bf1bb61b28b107c7817c05c1c1286be357681 authored over 1 year ago
Make adapters Send + Sync

github.com/kivikakk/comrak - 2690607734c1b1697a4922f5f749afd8e2a80e3a authored over 1 year ago
lib: update cmark(-gfm) link

github.com/kivikakk/comrak - 72b5209405e6177ff04577013daa7febd70fe615 authored over 1 year ago
Merge pull request #326 from YJDoc2/add-bench-ci

Add CI for running benchmarks

github.com/kivikakk/comrak - 216848fe386dce36dcc4ea232fa2e370c4231b1f authored over 1 year ago
update proc-macro2 crate version

github.com/kivikakk/comrak - e72e9a766245ab9a29069864b415ecbf7eef9a9f authored over 1 year ago
Apply suggestions from code review

Co-authored-by: digitalMoksha <[email protected]>

github.com/kivikakk/comrak - 6f9297b3547bb34bdd6a484a9d7b89cd2dbdb011 authored over 1 year ago
Add markdown-it rs for benchmark comparison

github.com/kivikakk/comrak - b2c3480abcf5e9576525f5558e10e3d6e2142188 authored over 1 year ago
Remove prepare step from hyperfine and add date-time in the o/p

github.com/kivikakk/comrak - 645bf34d281e24afd44f8520b2e09a82827edac9 authored over 1 year ago
Setup CI for running benchmarks and posting comments

github.com/kivikakk/comrak - a798db30ba53f9ca197a2b45e1d44c5467e1aa8d authored over 1 year ago
Add benchmark script, use hyperfine

github.com/kivikakk/comrak - 587e2cac0a543520b3830113db9f8e2e630881ca authored over 1 year ago
tests::api: use builders

github.com/kivikakk/comrak - 91e5240e4a2d878ab699d84bf123075ced74bf23 authored over 1 year ago
Merge pull request #325 from digitalmoksha/bw-autolink-wiki-style

Fix autolink detection inside wiki style link brackets

github.com/kivikakk/comrak - 056327da7252703ae5f6cedeb40e4c3345d6644f authored over 1 year ago
Add option relaxed_autolinks

to allow detecting autolinks inside backets

github.com/kivikakk/comrak - dcfba3f99ab39752c47cbff5dd479aa214d53769 authored over 1 year ago
Match cmark-gfm when detecting autolinks in brackets

github.com/kivikakk/comrak - 6749abfa9e421ccf6032b229298e6e51e2525c2c authored over 1 year ago
Merge pull request #319 from digitalmoksha/bw-sync-with-0.29.0.gfm.11

Sync with cmark-gfm-0.29.0.gfm.11

github.com/kivikakk/comrak - 544f5a327a80bb74e989b13b47f669329db2facc authored over 1 year ago
README: add a full stop!

github.com/kivikakk/comrak - 754baae5206ca5f2a6fcab66e558c765b31ac059 authored over 1 year ago
Add other formats to the quadratic fuzzer

github.com/kivikakk/comrak - 8ec38af9297dfe97351abfdb7e82bd070add12ec authored over 1 year ago
Fix ordering of `checked` when outputting task list items

github.com/kivikakk/comrak - 22463bb86b129ef82be0221939cc06a4aefa24d5 authored over 1 year ago
Sync with cmark-gfm-0.29.0.gfm.11

github.com/kivikakk/comrak - f1b0e2ea68f37e00f91bd41eb0314acab405f3b1 authored over 1 year ago
Merge pull request #322 from YJDoc2/add-ast-partEq

add PartialEq and Eq derive for Ast and its components

github.com/kivikakk/comrak - 53acd5fa641d48ae13d5c5642a321a397797ea10 authored over 1 year ago
add PartialEq and Eq derive for Ast and its components

Resolves #211

github.com/kivikakk/comrak - ab6a17a1511e5536ea878e8efe4dc46143c8bee9 authored over 1 year ago
Merge pull request #292 from YJDoc2/builder-v2

Add builder derive and non_exhaustive for option structs

github.com/kivikakk/comrak - a80bb4525bc79b81b4a5945be2e3ecebd8ca7c67 authored over 1 year ago
Add builder derive and non_exhaustive for option structs

github.com/kivikakk/comrak - 9c241cbe7b3a6657d0a9093613f8e23d60027019 authored over 1 year ago
Merge pull request #305 from CosmicHorrorDev/make-comrak-ext-options-non-exhaustive

Make `ComrakExtensionOptions` non-exhaustive

github.com/kivikakk/comrak - 8934b4929948af924993ebdd57f408eebe0a4a7a authored over 1 year ago
parser: mark all other options structs (except top-level) nonexhaustive

github.com/kivikakk/comrak - 4ddd159acf88b05b1f917dad5838cb10188ac2b1 authored over 1 year ago
Make `ComrakExtensionOptions` non-exhaustive

github.com/kivikakk/comrak - a14b0b6a06dcb1e138f150f69c44f0f01299fcff authored over 1 year ago
Merge pull request #320 from tgross35/struct-renaming

Rename `ComrakFoo` types to just `Foo` for easier usage

github.com/kivikakk/comrak - f980f4ea0f6617bc2967d45e89216d467cb9fde0 authored over 1 year ago
fuzz: correct remaining struct names

github.com/kivikakk/comrak - 48add5cb85e02878608d8e272d9f14423e3b65c9 authored over 1 year ago
examples: fixup comment

github.com/kivikakk/comrak - b761da2ca1f5c4bd0885e8c156a6f12af55db082 authored over 1 year ago
Rename `ComrakFoo` types to just `Foo` for easier usage

Also provides exported types that allow using the legacy names.

github.com/kivikakk/comrak - 6219552ad60a16bcd8272d653236dc2deb271528 authored over 1 year ago
Merge pull request #318 from digitalmoksha/bw-sync-with-0.29.0.gfm.7

Sync with cmark-gfm-0.29.0.gfm.7

github.com/kivikakk/comrak - 8eac2c34a35d0a1195219afdd4f3d7ac87754a80 authored over 1 year ago
Fix footnote handling to pass regressions.txt

github.com/kivikakk/comrak - faa28851ee0a287be75b8aec079a76cafb28901e authored over 1 year ago
Sync with cmark-gfm-0.29.0.gfm.7

Most of the changes from .6 to .7 were
already incorporated.

github.com/kivikakk/comrak - 879a931357ff9fa115516132fae1c6d75578867b authored over 1 year ago
Merge pull request #317 from vpetrigo/fix/issues-309-backslash-in-links

Fix backslash in a link issue

github.com/kivikakk/comrak - 8c0086870e31570f69b1b929be29db86b561df59 authored over 1 year ago
Clean up tests

github.com/kivikakk/comrak - 7c350178e420da0a1d173727380960b460a69544 authored over 1 year ago
Add additional tests for backslashes in a link issue

github.com/kivikakk/comrak - 3f6103b8a2dc234a6a44dd01316d9a7294fccdc4 authored over 1 year ago
Add intermediate fix for the backslash in a link issue

github.com/kivikakk/comrak - d8fb134bdfe126fbf9efa1f7049122348fa0c5c5 authored over 1 year ago
Merge pull request #315 from digitalmoksha/bw-sync-with-0.29.0.gfm.5

Sync with cmark-gfm-0.29.0.gfm.5

github.com/kivikakk/comrak - 79ac222b6c42ceab707df6d29e6097cd7e3ec34c authored over 1 year ago
vendor, cibuild: latest upstream cmark-gfm, accumulate failures

github.com/kivikakk/comrak - 58568e5544d73519a5f96d6e69438680e62f1961 authored over 1 year ago
autolink: don't allocate these strings on the heap

github.com/kivikakk/comrak - 1c2702dd1319652febdb694db438885c5c1ddc42 authored over 1 year ago
Sync with cmark-gfm-0.29.0.gfm.5

github.com/kivikakk/comrak - 3533299288a60c798eacc128a6070d5de7cc0a45 authored over 1 year ago
Merge pull request #314 from digitalmoksha/bw-sync-with-0.29.0.gfm.4

Sync with cmark-gfm-0.29.0.gfm.4

github.com/kivikakk/comrak - ea5359c7201f80633eaf3a5b3b72cc7e7be57fe5 authored over 1 year ago
Sync with cmark-gfm-0.29.0.gfm.4

github.com/kivikakk/comrak - 8eca2b815609b87494fdccbb04735f0008111cc3 authored over 1 year ago
Merge pull request #313 from digitalmoksha/bw-sync-with-0.29.0.gfm.3

Sync with cmark-gfm-0.29.0.gfm.3

github.com/kivikakk/comrak - 9f3954fdb27a43795f7644053c77eafd5c531c42 authored over 1 year ago
table: specify Into target for wasm (?)

github.com/kivikakk/comrak - 357a7d80c860279bddf4a9ce0b5404f86dda579d authored over 1 year ago
Sync with cmark-gfm-0.29.0.gfm.3

github.com/kivikakk/comrak - 99a2aece5900111430e7dd807eb535cafffe15a9 authored over 1 year ago
Merge pull request #311 from digitalmoksha/bw-fix-footnote-special-chars

Handle footnote names that have been parsed into multiple nodes

github.com/kivikakk/comrak - 32d36dcfab568641c8f60c961d49fc8f4b6e7f19 authored over 1 year ago
Refactor to use enum Case in normalize_label

github.com/kivikakk/comrak - a027531dd230a6cf79e9efd83332a8d9e22dcbe6 authored over 1 year ago
fuzz: gfm_footnotes

github.com/kivikakk/comrak - 02594f1e63f1cb8a392eaba228cab8b1d0c10088 authored over 1 year ago
inlines: don't crash on empty content here

github.com/kivikakk/comrak - fd13510233afb110472dbab15b11cf3af2d61a33 authored over 1 year ago
Clear delimiter stack after processing footnote name

github.com/kivikakk/comrak - e80ed0ec6fb7e57ea36dd07ea4ab4d01f92d872a authored over 1 year ago
Handle footnote names that have been parsed

into multiple nodes. For example `[^_foo]`
gives `^`, `_`, and `foo`.

github.com/kivikakk/comrak - 58f9ee29edea1674b51943cd1c20e71300c4feba authored over 1 year ago
Merge pull request #312 from kivikakk/dependabot/cargo/xml-rs-0.8.14

build(deps): bump xml-rs from 0.8.4 to 0.8.14

github.com/kivikakk/comrak - a4e3c556e0caaa7ed0116494c29a34898e40a9c4 authored over 1 year ago
build(deps): bump xml-rs from 0.8.4 to 0.8.14

Bumps [xml-rs](https://github.com/kornelski/xml-rs) from 0.8.4 to 0.8.14.
- [Changelog](https://...

github.com/kivikakk/comrak - 7030837af168cd8763d7f4b7b924bf20e5d44dae authored over 1 year ago
Merge pull request #304 from CosmicHorrorDev/feature-doc-labels

Add in-doc labels for public facing features

github.com/kivikakk/comrak - a87860c653d12336a8a556ee4615cb74a9126acf authored over 1 year ago
Add in-doc labels for public facing features

github.com/kivikakk/comrak - 5593b7a91d3a07435ecaeda27158dd9b7e3615cd authored over 1 year ago
Merge pull request #308 from digitalmoksha/bw-escape-footnote-name

Escape footnote name

github.com/kivikakk/comrak - 3e4c0936a372cbe2c6840bcdbee83ed5013dc5c5 authored over 1 year ago
Make footnote names case-insensitive but case-preserving

github.com/kivikakk/comrak - d91c947054d40007d1979b204545f0a7c467ae46 authored over 1 year ago
Escape footnote names

github.com/kivikakk/comrak - 0071167d21180a34769e524beda6fb2381a45e8a authored over 1 year ago
Merge pull request #300 from digitalmoksha/bw-fix-footnote-numbering

Use footnote name for reference id

github.com/kivikakk/comrak - 127da5c1f73b55c4d1a4ced77a3259420c4bbc3e authored over 1 year ago
cm: &String -> &str

github.com/kivikakk/comrak - bf2069e30a12d04b7f429b499a54757e109c4e3d authored over 1 year ago
Fix clippy and rustfmt

github.com/kivikakk/comrak - 03ff9c9fc29d00f0ad0508f4205aeb6afca50a90 authored over 1 year ago
Output information when a footnote is referenced multiple times

github.com/kivikakk/comrak - 1ab6c30031755f17dfff0e278074db3fda7237d9 authored over 1 year ago
Fix footnote tests

github.com/kivikakk/comrak - 3501ab0c19cadac78f425f7a0e59463a13bacf94 authored over 1 year ago
nodes: add NodeFootnoteReference

github.com/kivikakk/comrak - 358de5d86dcfff5f5ff3292d8d285cbed285df1f authored over 1 year ago