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

github.com/gjtorikian/commonmarker

Ruby wrapper for the comrak (CommonMark parser) Rust crate
https://github.com/gjtorikian/commonmarker

Well, it runs

4026bb21d3f7464c19c12eee0a5d8be69eaf39da authored about 3 years ago
tag v1.0

e4bbc67a7244eda0865bf29f6596d87edc7cad8f authored about 3 years ago
Begin process of moving to Rust

e93c4514898742e370872e7eb945c16a43e6a5c0 authored about 3 years ago
drop submodule

674ee308c846f52f07a2382a7c40d5c19825c145 authored about 3 years ago
Bump to 0.23.5

558c7275b18a7ae16136c0fc55f444458dd8cc58 authored about 3 years ago
lint

41eee7265f501305834d80e3d045ed6c9df77de2 authored about 3 years ago
Merge pull request #180 from lumaxis/main

Update cmark-upstream to 0.29.0.gfm.4

897e8ed07d04b902a5cc3c928852bafdab4468aa authored about 3 years ago
Update cmark-upstream to https://github.com/github/cmark-gfm/commit/ef1cfcb8a31de72bb951d9259bc4ac89e266975b

3c2a8cce46f1aa610f47c7187e093f650d7a3eb3 authored about 3 years ago
Merge pull request #179 from dorkrawk/dorkrawk/undefine-allocate-tdata

Add rb_undef_alloc_func for Node

84f7673d10c03f41c5a1d0fec318fb3518947e16 authored about 3 years ago
add rb_undef_alloc_func for Node

7122128f11124c91467ea1f4c7813546829efd86 authored about 3 years ago
Merge pull request #174 from petergoldstein/feature/add_ruby_3_1_to_ci

Add Ruby 3.1 to the CI matrix

6a93178bcc904fa47aa58facc2d95fba5e874a98 authored over 3 years ago
Add Ruby 3.1 to the CI matrix

32492acba2cddcc43a3f525050c0b8c09253cc5d authored over 3 years ago
add changelog

b3689ae4924a351c63cce9891bdbf40df6efbf3c authored over 3 years ago
:gem: release 0.23.4

ccb0f64c1980c06fb0c38ab0bf14737ed0f256ea authored over 3 years ago
Merge pull request from GHSA-fmx4-26r3-wxpf

Update `cmark-gfm` to `0.29.0.gfm.3`, bump main to version `v0.23.3`

ab4504fd17460627a6ab255bc3c63e8e5fc6aed3 authored over 3 years ago
💎 bump to 0.23.3

ed5cf8daee5a96f2e5699fd236716cc98ed0cf77 authored over 3 years ago
Update cmark-upstream to https://github.com/github/cmark-gfm/commit/ff164f188bc1eb23391c85436ab418463e7a030f

26ff69679d1bf53adf43279236a7f74d06013f4c authored over 3 years ago
Merge pull request #171 from ojab/lil_speedup

Fixup benchmark and speedup a little, fixes #141

722a3d1ebaad8b4c301878b4faa69baea469fcda authored over 3 years ago
Merge pull request #173 from olleolleolle/patch-1

CI: Drop a duplicate 'bundle install'

5d01190899ac0654ce458f73bff3bb13f2022ead authored over 3 years ago
CI: Drop a duplicate 'bundle install'

d7c9d306be21c770ce10f6f31224490d6a69825e authored over 3 years ago
Merge pull request #172 from olleolleolle/patch-1

CI: Drop duplicate bundle install

870a30ead721434c15039ae01e241ca8e68613f0 authored over 3 years ago
CI: Drop duplicate bundle install

9f91d0a5468899eca3585d5db8363eec938b2814 authored over 3 years ago
Use default allocator for parser and rewrite creation a bit

e06eaa2e3b1950ba254f3053c46a0aa8e37c085c authored over 3 years ago
Fixup new rubocop offenses

83cd402e2c0ca930a9538df7b34f9a2add7817c8 authored over 3 years ago
Rework rb_markdown_to_html

Fixes #141

e2aef8c89a09608bc3c7b7fad04c70e89dd74a5a authored over 3 years ago
Rework rb_markdown_to_xml

26b88d14ac65090ca53ab8d55520cb2c6aa1239c authored over 3 years ago
Remove unused but declared variables

22413bb30e3bc74e9cb8262a60d8aab10467ff96 authored over 3 years ago
Fix benchmark, switch it to `benchmark-ips` and add xml + `Node#to_html`

6e32a5fe1100220d05a1b9041224d232baa24aa2 authored over 3 years ago
Merge pull request #148 from phillmv/update-to-0290gfm2

Update GFM release to `0.29.0.gfm.2`

f30f5256eaa181bd50bae401d58640e1be95e2fb authored almost 4 years ago
💎 bump to 0.23.2

3fb4f9c7c3537d87c983d9e4c964fc3ee03e453b authored almost 4 years ago
Fixed footnotes test to match new footnote output.

3d884bc20c946439e81b175db5dee60ca8b49d41 authored almost 4 years ago
Update cmark-upstream to https://github.com/github/cmark-gfm/commit/766f161ef6d61019acf3a69f5099489e7d14cd49

8c19e67923a271a34bd935038a3ba7092534233c authored almost 4 years ago
Appease the linter

c44b82582012bd70680922cbf2e7a6b1f42925da authored almost 4 years ago
:gem: bump to 0.23.1

a17dd01488deed09530e0d533eff7960e7d42065 authored almost 4 years ago
Merge pull request #145 from phillmv/normalize-parse-render-options

Normalize parse and render options

826048a5b609f408ca76e61eb6b19ed1b7223272 authored almost 4 years ago
Added very basic tests for exercising full range of parser, render options.

62e70d9c15d99ffd56f6fcf9cc137cee41133afa authored almost 4 years ago
Added missing commas.

2d0af64775abf263718e9397c909817c1dba8d80 authored almost 4 years ago
Merge branch 'main' into normalize-parse-render-options

fd690b5c2c9c35b471d4147fc87b55a2479533e5 authored almost 4 years ago
Normalized the parse and render options that are available in the parse or render step, i.e. every option available in parse is also available in render step.

f02ea75102ca5aa32024bf3be2eaa194d1a6e47c authored almost 4 years ago
:gem: bump to 0.23.0

580f0fdac2a41042de1bbe3497487dcbfc5e20fe authored almost 4 years ago
Merge pull request #144 from digitalmoksha/bw-enable-xml-export

Add support for rendering XML from cmark-gfm

608e42c206781cc364cb91876b69cc0d5e97638e authored almost 4 years ago
Add output formats section to README

and add additional specs.

8710dd91d1291cd59f3927169fa630a95a045e08 authored almost 4 years ago
Support on the command line plaintext and commonmark formats

Command line arguments `--to=commonmark` and
`--to=plaintext` are now supported

5f92e5c0a4a88a704c98dcec552a09391c07997f authored almost 4 years ago
Add the methods for rendering XML

`cmark-gfm` supports rending to the XML format and exports the
correct functions. Added support...

f93959811e506a6994fc2c2454b9b5a7073ad084 authored almost 4 years ago
:gem: bump to 0.22.0

4ef8927a514978e5c1ec771bfe4a43af559de9da authored about 4 years ago
Merge pull request #140 from ojab/drop_ruby_enum

Remove `ruby-enum` dependency

368441610ecdf946235bd05b141f3a6c6a1ee33a authored about 4 years ago
Bump ruby requirement to 2.6

5a96b12d3fe3d21056467930c73d81295e24f0ba authored about 4 years ago
Remove `ruby-enum` dependency

Fixes #135

ea0f742d9df6c035db5aacdbfb62a0f6679f960e authored about 4 years ago
Update branch name

0f2c946affc7d903348fa40d5411c70d7bb6621a authored over 4 years ago
README: update to Actions badge

b4335a63fe177160788d31b5325e1a0fc624a8c9 authored over 4 years ago
Merge pull request #133 from gjtorikian/encoding-mismatch

Copy encoding when escaping hrefs/HTML

e8a902974982a645ecc15659c28b91be9ca961f7 authored over 4 years ago
extract helper

09a415a24a325ce933e636a377c67be135e1fb3d authored over 4 years ago
copy encoding when escaping

a90a9592e7b1008c77a37e53a944876bb118e35b authored over 4 years ago
test: escape_html should preserve encoding

805f12420c54b3d76081d1cdd566cf5b83ffc505 authored over 4 years ago
:gem: bump to 0.21.2

967ea36d8eda46f91c53fb138d4088fcd7aaff6e authored over 4 years ago
Merge pull request #131 from aharpole/footnotes-render-option

Support :FOOTNOTES option for rendering HTML

fa9528ad3666f098fbb41a5b83980f1fd19ef9f6 authored over 4 years ago
make table entries consistent

12af5f64b1222a0a7c28452d055c9cf864cdf999 authored over 4 years ago
fix whitespace sisue

5e874df4dd250fc62e5c7288280b83f4d672b2b5 authored over 4 years ago
Merge remote-tracking branch 'upstream/main' into footnotes-render-option

42d6242cacac73690d4b331f6ad45974226a95cf authored over 4 years ago
add :FOOTNOTES render option to README.md

16b4d76587c56b74a3a164cab2b04d287e6695c7 authored over 4 years ago
Merge pull request #132 from gjtorikian/switch-ci

Switch to GitHub Actions

65d0b15873d1e5d931ebf06264ec53f26d06e5a9 authored over 4 years ago
Bash it all

be26662f53feae130960400a4e6f42ad5bd0c4f2 authored over 4 years ago
Windows CI?

0875909e8bbd0f4ea8875eca363381214d2504b0 authored over 4 years ago
Rubocop

9fa7f940abe5de68e3351148e8b69437360dae73 authored over 4 years ago
Switch to GitHub Actions

b1abff81a976ffc25fb86549d70ef3b39085acf0 authored over 4 years ago
add test to ensure :FOOTNOTES option works

1171113a94d6704f32afcaa370456a42087b698b authored over 4 years ago
add :FOOTNOTE option for rendering footnotes

c787407ac2f689edea6672feb1a2d177c1d06c89 authored over 4 years ago
:gem: bump to 0.21.1

618b04556d42e37adc3af3b45bd5eedff502527b authored over 4 years ago
Merge pull request #127 from naoty/fix-mismatched-indentation

Fix mismatched indentation

cd58d15d6ae646ea433731ebff938d77d0dd0e86 authored over 4 years ago
Fix mismatched indentation

This causes warning message when running codes with -w flag.

5528cf4125e6bc804eaf409778414611f52315be authored over 4 years ago
securty updates

fc1d7c093c4b8c45a665183e5aefa6a497cc15f3 authored almost 5 years ago
Avoid a YARD annotation warning (#119)

beecac386462f62b66ef675ddecf430ad5c3f0d8 authored over 5 years ago
:gem: bump to 0.21.0

47ced4f995cdc8debdedbd9878bbe4d14ce8a223 authored over 5 years ago
Merge pull request #116 from tomoasleep/tasklist-modifier

Add Node#tasklist_item_checked=

1a03f528756212d8ff6d5e286a2b13ec880c12fd authored over 5 years ago
Add Node#tasklist_item_checked=

01182ef608bf954feac237aca60e1ef61e73019b authored over 5 years ago
Create CODE_OF_CONDUCT.txt

618f6fcf23d228faee826ec75dd02c3d8fc1ce44 authored over 5 years ago
Merge pull request #115 from gjtorikian/readme-stdout-comment

clear up an example in the README

ac12a129ae0b31a5827101c67d12275cce1102f7 authored over 5 years ago
clear up an example in the README

Comment is out of date as of 4397b956. Use `puts` for Rubyishness.

dd61ad03f8b8dfc20d03066cc02833e252e3a479 authored over 5 years ago
Merge pull request #113 from gjtorikian/updates

Update GFM release

f77de4f625da5afd5dc066464608b12d160416ff authored over 5 years ago
Remove extra method

09f544f00da5bec7b95f8bdf786d43742fc9e22c authored over 5 years ago
rename these vars

cffd562055eabf01778d92067c5fe4f80ad83e02 authored over 5 years ago
fix tasklist updates

6b362a2517051f6cfefc2da3726ea50e1081c84a authored over 5 years ago
Update cmark-upstream to https://github.com/github/cmark-gfm/commit/36c1553d2a1f04dc1628e76b18490edeff78b8d0

777a0fbf9c0e2c98ca22cc0a5bac79eef56fcead authored over 5 years ago
origin

33a9e200d0d36fd6c837295e3b5143249a16e406 authored over 5 years ago
loosen up

ab1e23e9b99cf759e5f3a68ba909fc6b18f140ad authored over 5 years ago
Merge pull request #111 from gjtorikian/rubocop

Rubocop updates

3fc87eb88374437fbd2c6017a6264d48eb6a87fb authored over 5 years ago
Serve rdoc

b76388275634eb8b121868cf21d381a0456e5e17 authored over 5 years ago
Rubocop updates

6a11ae157e97b2317016d8317fbad7f2a80ae9eb authored over 5 years ago
:gem: bump to 0.20.2

17e6fb41bf36150760bba944bb09880cb6e6098d authored over 5 years ago
Merge pull request #108 from digitalmoksha/bw-add-cli-options

Add command line input for parse and render options

743d2bde7d32279f21e3470e3bf94aba21b5309e authored over 5 years ago
More Windows begging

48c090e0573d13eb435b4cbffbaef87a7b0aaed6 authored over 5 years ago
Is this what Windows needs

76e4bfc4927f6e1f630d5848d255353ff441a78f authored over 5 years ago
Fix some dumb Windows thing

3ecaed488ff68ea24f98bdc71ee734680c93ecaf authored over 5 years ago
Add tests to commands

3742f95184547211bfb822da7017e05db3cc3402 authored over 5 years ago
Support comma separeted options

a7b0d3e862a9f6f4bb0a3ae4865df3939497b998 authored over 5 years ago
Convert to using OptionParser

b622aea6a46e5cf6ac25b3d1d6c70266e3c36523 authored over 5 years ago
Add command line input for parse and render options

2e69982d692a1ae0d7e3e4ba4f0bd0c068b9e9de authored over 5 years ago
Create FUNDING.yml

84c3314f83888d7f24bb5a303bfbbbceff371d4f authored almost 6 years ago
lol what

cc6968b649e449be82120df7dc0fd42e43773e5f authored almost 6 years ago
Merge pull request #103 from tomoasleep/fix-extension-readme

Add tasklist extension description to README

d4dc46ee109231b9847183109b7c4c9e227c3fca authored almost 6 years ago