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

commonmarker

Ruby wrapper for libcmark (CommonMark parser)
Collective - https://opencollective.com/commonmarker - Code: https://github.com/gjtorikian/commonmarker

Update cmark to bd70a7a2495ae538fe9abceb907a86874cf9c8e1

github.com/gjtorikian/commonmarker - 44d148a2b613283d3d491a4837a1602ddc260ded authored about 10 years ago
:gem: bump to 0.2.1

github.com/gjtorikian/commonmarker - a7a4a6a4c2c5f670cff9df70b8e138f8d0281ea4 authored about 10 years ago
Merge pull request #10 from gjtorikian/utf-what

UTF-8 issues

github.com/gjtorikian/commonmarker - 78de41d07711570560744c62913392fe1faf5456 authored about 10 years ago
how did that even work

github.com/gjtorikian/commonmarker - dcfbe8da182d6b5c796b4d33e6742717f8bfc133 authored about 10 years ago
Silence compiler warnings

github.com/gjtorikian/commonmarker - bfe753654f4324b90350dd2212f63d6e08dc21f4 authored about 10 years ago
Better communication with Houdini

Mostly just taken from escape_utils

github.com/gjtorikian/commonmarker - 8b447f1ba9583a732605dfd6cb23ca14e9c7a70d authored about 10 years ago
Force encoding conversions

github.com/gjtorikian/commonmarker - 3fdf11c4e88abf4b4c910e3a191925b57bac0dfd authored about 10 years ago
Add test for encoding issues with curlies

github.com/gjtorikian/commonmarker - da5613208830ab43fbca7703865ce1878e5f7725 authored about 10 years ago
Add README to doc landing page

github.com/gjtorikian/commonmarker - fdf01ef116f09dbd6b31fce7c8354e384587d329 authored about 10 years ago
:gem: bump to 0.2.0

github.com/gjtorikian/commonmarker - 009698f0d1081306df21711a1ad4a102e1c9e421 authored about 10 years ago
Add task for generating GH-Pages

github.com/gjtorikian/commonmarker - 569729ce29efe6c90fec8aa0d9c0219b291a8e64 authored about 10 years ago
Add the arg name back

github.com/gjtorikian/commonmarker - 7ccdc6d0a75f32ebca145c922dabe3468594d16a authored about 10 years ago
Abandon superfluous text

github.com/gjtorikian/commonmarker - 6a84d211bfb633e076c31160e056bb34e416682c authored about 10 years ago
Fix the bin script

github.com/gjtorikian/commonmarker - 23f5804e1539f1bc6f641483c85f631e5b4b7df0 authored about 10 years ago
Merge pull request #7 from gjtorikian/more-testing

More testing

github.com/gjtorikian/commonmarker - b8373b3da8a8e557e75d778b13cf0519ad3fb33c authored about 10 years ago
Better README facts

github.com/gjtorikian/commonmarker - 559164d196b050cde928fc3c97b44f0ab226bbcd authored about 10 years ago
Drop pathological tests for now

github.com/gjtorikian/commonmarker - 3afbe1ecda51a7af1037437264f14945e7ad1267 authored about 10 years ago
The last of the C90 errors

github.com/gjtorikian/commonmarker - ad760b2cb0ea3a35a95a0a5ba6b1cdde495d0807 authored about 10 years ago
Hopefully shut some C90 warnings up

github.com/gjtorikian/commonmarker - d38fb973ea5ff7dcc8f24e6bc1938a163c8330ce authored about 10 years ago
Update cmark to 2f945071616d226296068e3c61b6de2e64c813cf

github.com/gjtorikian/commonmarker - c85e98fd1167352b10212a6190a3539abab2b4ea authored about 10 years ago
Update benchmark script

github.com/gjtorikian/commonmarker - 4f83b639a20f9fe05eb28e27303cfae86d956938 authored about 10 years ago
Fix method call in pathological tests

github.com/gjtorikian/commonmarker - 802368dbc70aaa0bfc08c1bff5363f60f899bfb6 authored about 10 years ago
A bunch of superficial style changes

github.com/gjtorikian/commonmarker - 7182ffaaf6a272f0cc15994732acd31f7412428e authored about 10 years ago
Add documentation and tests for every method

github.com/gjtorikian/commonmarker - 99f999f037da1ae9640e31b7067e819037990b02 authored about 10 years ago
Call it `render_doc` and `render_html`

github.com/gjtorikian/commonmarker - c7fff320812faf91e8a102f6a993ebce3f105619 authored about 10 years ago
*Everything* should just act on the `CommonMarker` module

github.com/gjtorikian/commonmarker - 15f06e0c89cd364b2e67a5483a1b58c70b355d18 authored about 10 years ago
Fix a few of the config options

github.com/gjtorikian/commonmarker - 24c78319ae08509e160609422e564420c0c9af14 authored about 10 years ago
Merge pull request #8 from nwellnhof/pull_request

Implement Node class in C, fix memory management

github.com/gjtorikian/commonmarker - 3b2dba7c762ab051da7da0f5e52b038cc615360a authored about 10 years ago
Add more malicious failures

github.com/gjtorikian/commonmarker - 7ddce7ddbc5561b46bf1fdbe9e8036058f72fa06 authored about 10 years ago
Comment everything in TomDoc

github.com/gjtorikian/commonmarker - 77183be778beeaf5488ee477d2970b15ce15e357 authored about 10 years ago
Fix node type and list type symbols

Node.new now accepts a symbol.

github.com/gjtorikian/commonmarker - ba90168189f8495add79a19c8e4014fd0037f99a authored about 10 years ago
Implement CommonMarker::Node directly in C

Most methods of Node are implemented directly in C avoiding the
overhead of a Ruby wrapper. The ...

github.com/gjtorikian/commonmarker - 0b25c10909fb8f95e40dbb40260b6664fb6ab457 authored about 10 years ago
Safe memory management

This commit makes sure that cmark nodes are never freed if they're still
referenced from Ruby. T...

github.com/gjtorikian/commonmarker - d0ddc9532f85279f917e8bee00ba2f0e29b747d0 authored about 10 years ago
Switch to methods from singleton methods

This prepares for the next commit.

github.com/gjtorikian/commonmarker - 22728d3bd9f544017651511ca97f74ab985f90ee authored about 10 years ago
Fix some return values

github.com/gjtorikian/commonmarker - 8668d1381a67e2292e2fa814600e12b8a92ef962 authored about 10 years ago
Fix smartpunct test generation

github.com/gjtorikian/commonmarker - 9e74ad1794d6be535a2fe4f4a9aaa3f4a279e290 authored about 10 years ago
Update the way options are processed

github.com/gjtorikian/commonmarker - b43f8f2946315a5409bb89e41370083ab7782b10 authored about 10 years ago
Update cmark to e251fe5fbbd5691ab5a067623fea5685e7dbf03a

github.com/gjtorikian/commonmarker - 4398fe2520c9d59d414864172da59ed3c822a915 authored about 10 years ago
Finish testing line breaks

github.com/gjtorikian/commonmarker - 779b46252df8661a3626f80890acb8ef2fdad2f4 authored about 10 years ago
Implement `markdown_to_html`

github.com/gjtorikian/commonmarker - 71cc239e7ad774f47e6394d3369b42652d2aa7d4 authored about 10 years ago
Allow options for `parse_file`, too

github.com/gjtorikian/commonmarker - 3d75f896465c838d37c60c633bd30d958395ead1 authored about 10 years ago
Expect `ArgumentError` when given a bad option

github.com/gjtorikian/commonmarker - 55c6f4038fed0bed26cc0035ab096221a51e8fd1 authored about 10 years ago
Add testing for line breaks

github.com/gjtorikian/commonmarker - 16b0c5b23cd54e32cf081cc869351254ba82dbbd authored about 10 years ago
Implement smart punctuation test

github.com/gjtorikian/commonmarker - 59e73d881a06b08a14568992d3aa86343d26ccfa authored about 10 years ago
Commit spec_tests.json as part of submodule fetch

github.com/gjtorikian/commonmarker - b46480b14618106a40279469b74fab0f6ef719d7 authored about 10 years ago
Update cmark to 966898e10d7ecc61d2e0f956197944626e059ec2

github.com/gjtorikian/commonmarker - dfcd995b40c555bd3eec2a2109aab128dcd10a34 authored about 10 years ago
Update cmark to 966898e10d7ecc61d2e0f956197944626e059ec2

github.com/gjtorikian/commonmarker - af09a6b23608b59a0778be93aa137efc7454a738 authored about 10 years ago
Make more portable

github.com/gjtorikian/commonmarker - a099d5229180a27ce32c41ec5beb087c7a342acd authored about 10 years ago
:gem: bump to 0.1.3

github.com/gjtorikian/commonmarker - 31d58f75a5b236e135fd7fa72a16873952a5477f authored about 10 years ago
Merge pull request #5 from gjtorikian/free-me

Better memory management

github.com/gjtorikian/commonmarker - 44f7beac755d26100a799aa6dff51ecb41fa459f authored about 10 years ago
Add `-fPIC` to cmake compilation

See http://git.io/vk3ZY

github.com/gjtorikian/commonmarker - ae6f5ad47df7c5c5762156a7a615ec56ed5fb9b4 authored about 10 years ago
Fix the pointer escape handling

github.com/gjtorikian/commonmarker - 0934334984eed2d6fdfa5bf156fb01b2ded50b9d authored about 10 years ago
Drop down into cmark's escape tactics

github.com/gjtorikian/commonmarker - 0e0aee4d08ef87c752098c1547f6a6d1eee3a2a9 authored about 10 years ago
Add the skipping comment

github.com/gjtorikian/commonmarker - 408915940b989c2ea7c502c1e9e38577c807602c authored about 10 years ago
Improved build setup

github.com/gjtorikian/commonmarker - 290595f28d6e52af40db8f4ab5f0d6f73037e333 authored about 10 years ago
Fall back to `escape_href` from cmark

github.com/gjtorikian/commonmarker - 2e1666e739bae8e20d5e9713120f1ce8eb771c2c authored about 10 years ago
Forget string compares

github.com/gjtorikian/commonmarker - 95da035dccc0109dc700c1b141a5d8d05997acbb authored about 10 years ago
Add `astyle` task

github.com/gjtorikian/commonmarker - 0528744f5b97a211c6f37e648ef3ddee4291b405 authored about 10 years ago
Seems you only want to free documents

github.com/gjtorikian/commonmarker - 98bfe2c77c04e062e11b4949b2512dfb64f36cb2 authored about 10 years ago
Simpler `idx` check

github.com/gjtorikian/commonmarker - 8e5fd36ebb8b3280c2013fc286f22fe041b61951 authored about 10 years ago
Add `rake generate_test` to update submodule script

github.com/gjtorikian/commonmarker - a3c780314ec350fddfb9e1c4a474d32dace5d018 authored about 10 years ago
Update cmark to 0e4769d5c1e254fa1747701d2da708d0cb61d0c3

github.com/gjtorikian/commonmarker - 259b3032accc5905d6b730ffc5df71473eafdc22 authored about 10 years ago
Refer all freeing to `rb_free_c_struct`

github.com/gjtorikian/commonmarker - 80f9bf39d9b50eab8642f201f2ee4dd5a3287b6a authored about 10 years ago
Trash a few `free` references

github.com/gjtorikian/commonmarker - a3d3a6ef0b6fd746f6e65b8cb773c89f3693ba1b authored about 10 years ago
None of this FFI stuff is necessary

github.com/gjtorikian/commonmarker - 854d091abffcf546dcf89e25f90c3e45b69c1119 authored about 10 years ago
Free the memory for the user

github.com/gjtorikian/commonmarker - 32cd59f4d0aa9dd3fad28bec178232e5fa3f14bf authored about 10 years ago
:gem: bump to 0.1.2

github.com/gjtorikian/commonmarker - d5109e3b911f277888445d688c7c2745d7ab96b3 authored about 10 years ago
Define ROOT_TMP, dummy

github.com/gjtorikian/commonmarker - 183659a73abd46750098fc3ed4d7e7eef2ced33a authored about 10 years ago
Ignore .so files, just in case

github.com/gjtorikian/commonmarker - a3291a3f442e13bceaba5f3092de0402323bdf0c authored about 10 years ago
:gem: bump to 0.1.1

github.com/gjtorikian/commonmarker - 204db339503d1b545ec67c9ea3609c4720906af5 authored about 10 years ago
Spas out if no cmake is found

github.com/gjtorikian/commonmarker - cf86978e42a46a6ec82f86784a1ccf605e2c6786 authored about 10 years ago
Remove packaged build directory prior to installation

github.com/gjtorikian/commonmarker - b0cce838008bca0dd4c4944dbd164dc91c7e0bed authored about 10 years ago
We don't need Gemfile

github.com/gjtorikian/commonmarker - 719cdccef1ca63b9969afb92f4eb2f5310c76927 authored about 10 years ago
Update README.md

github.com/gjtorikian/commonmarker - c59737b1e1d21f8cd0d9adc859c1ab18672571a8 authored about 10 years ago
:gem: bump to 0.1.0

github.com/gjtorikian/commonmarker - a74db3f83342f47ac8a95604d27440063e8be004 authored about 10 years ago
Merge pull request #1 from gjtorikian/wrap-it

Start wrapping C in Ruby

github.com/gjtorikian/commonmarker - cec623e66d142879038abe445df0a25c67348fa6 authored about 10 years ago
Update README.md

github.com/gjtorikian/commonmarker - 82283bb6d120af7000cd0826888dbf3f032c4f2b authored about 10 years ago
A lot of style updates

github.com/gjtorikian/commonmarker - 34a7784b5a29d13f76852308f3203f46b8486afb authored about 10 years ago
Get all the beautiful tests to pass

github.com/gjtorikian/commonmarker - 49aff2eb620cc87239bd0a7330b52321d87f12ba authored about 10 years ago
Full disclosure, normal renderer cleanup

github.com/gjtorikian/commonmarker - 4a2b0e307a073ed2adf54d8b7d3e490727e998a3 authored about 10 years ago
Parse the string once

github.com/gjtorikian/commonmarker - ea6158aefc79d25ce02ba45de029bceed3c69c44 authored about 10 years ago
Let's call this half-baked shit good enough for now

github.com/gjtorikian/commonmarker - 40bf72ecbfbd91f4569a5704ab5b0b5b20282a1d authored about 10 years ago
Use new Ruby 2.0 %i syntax

github.com/gjtorikian/commonmarker - 10723695c31ac4b6b80812ba091c102b950c84e8 authored about 10 years ago
Clean up if/elsif

github.com/gjtorikian/commonmarker - ff9dcc362e0da1a54c680100dc0a88c77bca7cd4 authored about 10 years ago
Add `node_previous`

github.com/gjtorikian/commonmarker - f81b9541bdaa39b2dd39d2d16aff7d53b7906b36 authored about 10 years ago
Clean up benchmark script

github.com/gjtorikian/commonmarker - 9822f3da0a503b6fe25bc2801010d6697cfa73b8 authored about 10 years ago
Rewrite some HTML output

github.com/gjtorikian/commonmarker - 9620927524643d4fc1790558611b9a1aa3272528 authored about 10 years ago
Catch false attributes

github.com/gjtorikian/commonmarker - 46d3d64552d7709df5093012fc3543e0dfc5e832 authored about 10 years ago
Uncomment HTML Renderer now

github.com/gjtorikian/commonmarker - a1bce42d0c51de421f34b6ae2f2376a94dc3f44e authored about 10 years ago