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

MSRV bump in 0.17.0

github.com/kivikakk/comrak - silverpill opened this issue almost 2 years ago
optimise plugins, used buffered writers

github.com/kivikakk/comrak - kivikakk opened this pull request almost 2 years ago
fuzzing, and fixes from it

github.com/kivikakk/comrak - kivikakk opened this pull request almost 2 years ago
cleanup: tasklist, front matter

github.com/kivikakk/comrak - kivikakk opened this pull request almost 2 years ago
Change em and strong to i and b

github.com/kivikakk/comrak - snan opened this pull request almost 2 years ago
Edition 2018

github.com/kivikakk/comrak - kivikakk opened this pull request almost 2 years ago
chore: improve debug performance

github.com/kivikakk/comrak - conradludgate opened this pull request almost 2 years ago
alt is considered NodeValue::Text

github.com/kivikakk/comrak - dev0Guy opened this issue almost 2 years ago
cmark-gfm latest, mainline specs

github.com/kivikakk/comrak - kivikakk opened this pull request almost 2 years ago
syntect: remove newlines around codeblock content

github.com/kivikakk/comrak - kivikakk opened this pull request almost 2 years ago
Add support for full_info_string render option

github.com/kivikakk/comrak - digitalmoksha opened this pull request almost 2 years ago
Providing full info string from code blocks

github.com/kivikakk/comrak - digitalmoksha opened this issue almost 2 years ago
Keep track of "^" symbol when within footnotes

github.com/kivikakk/comrak - gjtorikian opened this pull request almost 2 years ago
Add footnote attributes that mirror cmark-gfm

github.com/kivikakk/comrak - digitalmoksha opened this pull request almost 2 years ago
Provide custom image adapter

github.com/kivikakk/comrak - lucperkins opened this pull request almost 2 years ago
Provide custom image adapter

github.com/kivikakk/comrak - lucperkins opened this issue almost 2 years ago
Provide custom heading adapter

github.com/kivikakk/comrak - lucperkins opened this issue almost 2 years ago
Add custom heading adapter

github.com/kivikakk/comrak - lucperkins opened this pull request almost 2 years ago
Can't build comrak in wasm

github.com/kivikakk/comrak - javaboy-github opened this issue almost 2 years ago
Cargo.toml: remove timebomb

github.com/kivikakk/comrak - kivikakk opened this pull request about 2 years ago
Add `shortcodes` to the README

github.com/kivikakk/comrak - gjtorikian opened this pull request about 2 years ago
"mod three rule" fix

github.com/kivikakk/comrak - kivikakk opened this pull request about 2 years ago
[ShortCode] Add support for gemojis via shortcodes extension

github.com/kivikakk/comrak - eklipse2k8 opened this pull request about 2 years ago
Generated footnote html different from cmark-gfm

github.com/kivikakk/comrak - digitalmoksha opened this issue about 2 years ago
Expose code block metadata to SyntaxHighlighterAdapter

github.com/kivikakk/comrak - lucperkins opened this pull request about 2 years ago
improve tagfilter performance

github.com/kivikakk/comrak - fiji-flo opened this pull request about 2 years ago
`tagfilter` can be a bottleneck

github.com/kivikakk/comrak - fiji-flo opened this issue about 2 years ago
Add metadata to syntax highlighter

github.com/kivikakk/comrak - lucperkins opened this issue about 2 years ago
Track which symbol was used to mark task item as checked

github.com/kivikakk/comrak - felipesere opened this pull request about 2 years ago
Access the character used in task list

github.com/kivikakk/comrak - felipesere opened this issue about 2 years ago
Add option to not have aria-hidden attribute on header links

github.com/kivikakk/comrak - Basicprogrammer10 opened this pull request about 2 years ago
c-api: remove

github.com/kivikakk/comrak - kivikakk opened this pull request about 2 years ago
Bump clap version to 4.0 and switch to the Derive API

github.com/kivikakk/comrak - tranzystorek-io opened this pull request about 2 years ago
Code syntax highlighting is too slow

github.com/kivikakk/comrak - pinpox opened this issue about 2 years ago
Make shell-words and xdg dependencies optional

github.com/kivikakk/comrak - silverpill opened this pull request about 2 years ago
Disabling parser rules

github.com/kivikakk/comrak - silverpill opened this issue about 2 years ago
Bump versions of some dependencies

github.com/kivikakk/comrak - helmet91 opened this pull request over 2 years ago
Make `comrak --help` readable on my terminal

github.com/kivikakk/comrak - mgeisler opened this pull request over 2 years ago
Add fuzzing target and options struct arbitrary trait

github.com/kivikakk/comrak - darakian opened this pull request over 2 years ago
c-api: fix CI build

github.com/kivikakk/comrak - kivikakk opened this pull request over 2 years ago
Replace `lazy_static` dependency with `once_cell`

github.com/kivikakk/comrak - Turbo87 opened this pull request over 2 years ago
Allow `c_char` options to be NULL

github.com/kivikakk/comrak - gjtorikian opened this pull request over 2 years ago
Demonstrate that strikethrough works erroneously, maybe

github.com/kivikakk/comrak - gjtorikian opened this pull request over 2 years ago
Add `comrak_set_parse_option_smart`

github.com/kivikakk/comrak - gjtorikian opened this pull request over 2 years ago
Change the name of the ifdef

github.com/kivikakk/comrak - gjtorikian opened this pull request over 2 years ago
Rename header file to match c libname

github.com/kivikakk/comrak - gjtorikian opened this pull request over 2 years ago
xml, sourcepos

github.com/kivikakk/comrak - kivikakk opened this pull request over 2 years ago
table: fix start_line of Table itself

github.com/kivikakk/comrak - kivikakk opened this pull request over 2 years ago
Table `start_line` off by one?

github.com/kivikakk/comrak - SamWilsn opened this issue over 2 years ago
Add bullet list style options

github.com/kivikakk/comrak - edwardloveall opened this pull request over 2 years ago
Fix wrapping on lines succeeded by unwrappable lines

github.com/kivikakk/comrak - edwardloveall opened this pull request over 2 years ago
comrak build fails on windows

github.com/kivikakk/comrak - Lioncat2002 opened this issue over 2 years ago
Add support for WASM compilation

github.com/kivikakk/comrak - benwis opened this pull request over 2 years ago
parsing of `**A*B*C*` doesn't match CM-dingus

github.com/kivikakk/comrak - mikeando opened this issue over 2 years ago
How to construct the AST programatically?

github.com/kivikakk/comrak - tad-lispy opened this issue over 2 years ago
Implementing PartialEq for Ast

github.com/kivikakk/comrak - begleynk opened this issue over 2 years ago
feature request: latex2mathml

github.com/kivikakk/comrak - Tsai002 opened this issue over 2 years ago
Question about comrak and snoomark

github.com/kivikakk/comrak - iMrDJAi opened this issue almost 3 years ago
Feature Request: Store node position

github.com/kivikakk/comrak - oovm opened this issue about 3 years ago
Please `cargo update -p comrak` to 0.10.1+

github.com/kivikakk/comrak - kivikakk opened this issue over 3 years ago
Builders for options

github.com/kivikakk/comrak - kivikakk opened this pull request almost 4 years ago
Better header id slugify

github.com/kivikakk/comrak - darkdarkfruit opened this pull request almost 4 years ago
Allow for C-style dynamic libraries to be produced

github.com/kivikakk/comrak - gjtorikian opened this pull request about 4 years ago
Add a default config file location for Windows

github.com/kivikakk/comrak - kivikakk opened this issue over 4 years ago
Option to use underlined headings

github.com/kivikakk/comrak - casey opened this issue almost 5 years ago
Option to use triple-backticks for codeblocks

github.com/kivikakk/comrak - casey opened this issue almost 5 years ago
Optimize table formatting for text readability

github.com/kivikakk/comrak - colindean opened this issue almost 5 years ago
How to add target="_blank" to all links?

github.com/kivikakk/comrak - Boscop opened this issue over 5 years ago
O(n^2) for * * * * .... a

github.com/kivikakk/comrak - mity opened this issue over 5 years ago
O(n^2) for parsing <><><><><>...

github.com/kivikakk/comrak - mity opened this issue over 5 years ago
O(n^2) for link reference definitions

github.com/kivikakk/comrak - mity opened this issue over 5 years ago
O(n^2) for inline link parsing

github.com/kivikakk/comrak - mity opened this issue over 5 years ago
Quadratic time consumption on <<<<<<…

github.com/kivikakk/comrak - andersk opened this issue almost 6 years ago
footnotes plus superscript interact weirdly

github.com/kivikakk/comrak - sunjay opened this issue almost 6 years ago
Added a constructor for AstNode

github.com/kivikakk/comrak - sunjay opened this pull request almost 6 years ago
autolink plus superscript interact weirdly

github.com/kivikakk/comrak - brson opened this issue over 6 years ago
Comrak is much slower than CMark

github.com/kivikakk/comrak - DemiMarie opened this issue over 7 years ago
Mathematics

github.com/kivikakk/comrak - jeanm opened this issue over 7 years ago