Ecosyste.ms: OpenCollective

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

markdown-to-jsx

The most lightweight, customizable React markdown component.
Collective - Host: opensource - https://opencollective.com/markdown-to-jsx - Code: https://github.com/probablyup/markdown-to-jsx

minor changes in readme

github.com/quantizor/markdown-to-jsx - d5b4b12ede5681949cacd4a09c971dabb008bb75 authored about 7 years ago
go back to using proper esm imports

it does introduce a bit of extra code, but not enough
to matter

github.com/quantizor/markdown-to-jsx - 5a5cac9587ba33ae66311a48caa5d24a81983ef1 authored about 7 years ago
handle JSX interpolations as strings

It's up to the implementor to do something with them. We won't
use eval in this library due to s...

github.com/quantizor/markdown-to-jsx - 982559031f4db1cd8e382b5bcb31e581cca3d675 authored about 7 years ago
don't unquote interpolation values

leaving them alone because the quotes are a useful signal as to the
the desired "type" of the value

github.com/quantizor/markdown-to-jsx - abc56169cdba86b840b92bb69b42bfb32d9e9daa authored about 7 years ago
handle JSX inside JSX interpolations

also introduces support for parsing booleans in JSX interpolation

github.com/quantizor/markdown-to-jsx - cbc776e87f5f0b827bcc90a4d7afbf4cff2e9c1b authored about 7 years ago
add explainer for the attribute regex

github.com/quantizor/markdown-to-jsx - 178a961850d52ef15e44913ad572ad3b9c59a12f authored about 7 years ago
handle indentation for self-closing HTML/JSX

fixes #140

github.com/quantizor/markdown-to-jsx - 07bcf60b0a1679503105c78ef229b42074af0ec7 authored about 7 years ago
add info to README about interpolation restrictions and workarounds

github.com/quantizor/markdown-to-jsx - 97bef99e61ad2af0198dd0a6856c43cf55eb0e55 authored about 7 years ago
adjust the site a little

github.com/quantizor/markdown-to-jsx - 89978ba384e87fbd2f11afaef6c6f163ee67abda authored about 7 years ago
fix extra table cell rendered for external pipe syntax (#139)

* fix extra table cell rendered for external pipe syntax

* add some more tests

* handle co...

github.com/quantizor/markdown-to-jsx - 52564d39ce41060dc2d3a21678dc99ee0a40d704 authored about 7 years ago
fix #136 and optimize the block html regex

github.com/quantizor/markdown-to-jsx - a9e3b744773ea840b0fdfb0d84c905eacb5e7dbb authored about 7 years ago
add forceBlock and forceInline parsing options

By default, the compiler will try to make an intelligent guess
about the content passed and wrap...

github.com/quantizor/markdown-to-jsx - 2baf46a9d5cd6738d74727409d471de2451c33e2 authored about 7 years ago
handle empty input

github.com/quantizor/markdown-to-jsx - 1ccf119e025110b0e1949b61641ff62f28e43c66 authored about 7 years ago
exclusively inline returns should be wrapped in a span, not div

github.com/quantizor/markdown-to-jsx - 2363c39e155e60c873d9115b27792cdd1073621d authored about 7 years ago
ignore built files

github.com/quantizor/markdown-to-jsx - 92eba86518e36d8ec79f2f4d9c29e0ff03b7edea authored about 7 years ago
shave off .6kB gzipped

github.com/quantizor/markdown-to-jsx - af543ce1faffa78768393c906656a597d8d9f1a7 authored about 7 years ago
add note to the README on how to enable production DCE

github.com/quantizor/markdown-to-jsx - be14d43a53cb38e143dbf0d73ebd4c8cd52e5b12 authored about 7 years ago
fix handling of nested HTML tags of the same type (#130)

github.com/quantizor/markdown-to-jsx - bef82a5fa3f84fddb16b423f95f4930dfcbcf8e3 authored about 7 years ago
add a simplified syntax for defining overrides on components alone (#127)

github.com/quantizor/markdown-to-jsx - a391247be82c9de8e1ac3057af0cf270119f5daa authored about 7 years ago
use the same heuristic as React to handle hyphenated attributes (#128)

* use the same heuristic as React to handle hyphenated attributes

* remove some unnecessary c...

github.com/quantizor/markdown-to-jsx - 5cbb12f6c3521b388432e7d4a58476ef80d7e82a authored about 7 years ago
add a note about where to find the changelog

github.com/quantizor/markdown-to-jsx - bd181b94a4739cb22fe27eab481acdf149a645fe authored about 7 years ago
fixes greedy html capture pattern (#126)

github.com/quantizor/markdown-to-jsx - 8e2b38067e963b971604a8ba546a0738fdabf3ca authored about 7 years ago
add docs on rendering arbitrary react components

github.com/quantizor/markdown-to-jsx - 86b2adf62d0a4e466dca84df7c6969da98d0b40f authored about 7 years ago
adding some color to the site and an example of a custom component

github.com/quantizor/markdown-to-jsx - 6152e75601bc33cea317e2088b6d1aaf353e5bf2 authored about 7 years ago
fix up the site styles

github.com/quantizor/markdown-to-jsx - 0a07d692929b55e0cb6a5fd4ee7eaadc06a0d8cf authored about 7 years ago
some style adjustments to the site

github.com/quantizor/markdown-to-jsx - 4d24c21811944b0ac9852f08677d3b5483dcb6b8 authored about 7 years ago
handle image & link references with a space

github.com/quantizor/markdown-to-jsx - fd2a62a11b4d914d5db44be758becfa08016f24a authored about 7 years ago
handle consecutive headings with no padding newline

e.g.

```
\# Hello world
\#\# How are ya?
```

github.com/quantizor/markdown-to-jsx - f174af1d2edf5fb54306d24895a989c21caa5209 authored about 7 years ago
test all the various thematic break syntaxes

github.com/quantizor/markdown-to-jsx - 8689451e769104da790bbd87273882de0987a75f authored about 7 years ago
handle block HTML a bit more elegantly

github.com/quantizor/markdown-to-jsx - 6d81300f54328649afea8f14ab4850c4140e059d authored about 7 years ago
add the markdown syntax explainer itself as a test

github.com/quantizor/markdown-to-jsx - 8385db1702546b94d468d049f029a967a5c8ea4a authored about 7 years ago
trim existing newlines when in block mode

This fixes an extra layout div being added when it wasn't needed.

github.com/quantizor/markdown-to-jsx - 9f8fd304335b30b6c06ebabc383ab50c25619dc0 authored about 7 years ago
fix parsing of nested heterogenous lists (#121)

The issue was in the plain text regex... it needed to be amended
to disqualify a numerical list...

github.com/quantizor/markdown-to-jsx - ef416d225b2821faa7b495f6fe908d01d6f76aea authored about 7 years ago
merge classNames rather than overwriting

github.com/quantizor/markdown-to-jsx - 83c4d37b5829e60769286cb120a922c0f0cf5e23 authored about 7 years ago
inline-only multiple returns should be wrapped in a paragraph tag

github.com/quantizor/markdown-to-jsx - 46e474e4bee1187c88b23a122e76df576e7ebcc6 authored about 7 years ago
switch the exported component to functional style

Saves ~0.4kB gzipped. Refactored the snapshot test vector to
accomodate not being able to receiv...

github.com/quantizor/markdown-to-jsx - 09a2885fc56e99ca1fb067987f3cbd3901b5e826 authored about 7 years ago
drop unused dependency

github.com/quantizor/markdown-to-jsx - 070edbc39b8e7ea779ccc0cd880574117e82ff6e authored about 7 years ago
bump to 6.0.2

To get past my accidental push during development 🙈

github.com/quantizor/markdown-to-jsx - 37dd3b7e12893f12ac1e9fcc9a550c6460f5864f authored about 7 years ago
breaking refactor: use much lighter parse+compile engine (#115)

This package forked the very lightweight [simple-markdown](https://github.com/Khan/simple-markdo...

github.com/quantizor/markdown-to-jsx - 677c017fcd4af7646c8f073e07900d83527e812a authored about 7 years ago
Add size-limit (#114)

1. Will fail the CI if the library grows too big.
2. Run npm run size -- --why to run Webpack B...

github.com/quantizor/markdown-to-jsx - ab98f7240f588302157193e909701583a37e0af2 authored about 7 years ago
5.4.2

See CHANGELOG

github.com/quantizor/markdown-to-jsx - b05b231c3132dbdb6758aa820cc4eb14ca9f3719 authored over 7 years ago
chore: adjusting some bundling stuff

github.com/quantizor/markdown-to-jsx - 5133bfcf006fcead8f37af1ed70f4bd5d880b2ed authored over 7 years ago
deps: update to remark-parse@4

Drops the compiled bundle size by ~7kb.

github.com/quantizor/markdown-to-jsx - b534012502feb4c940833ee2cc7905ef68ec0e4f authored over 7 years ago
chore: add a min-height to the site

github.com/quantizor/markdown-to-jsx - 1387571ccf08c62d2da81f4e785dfb8c532332bc authored over 7 years ago
chore: simplify the babel setup a little

github.com/quantizor/markdown-to-jsx - f79abeadfe479aefd0e81c4d1ed73d48ef6bbab1 authored over 7 years ago
chore: redo site in webpack + preact

github.com/quantizor/markdown-to-jsx - a761c5dfd4ba4da393dacc07965ff17f39827b93 authored over 7 years ago
5.4.1

See Github releases

github.com/quantizor/markdown-to-jsx - 5884ca515c84555f1e9680fe36cd38b273c9273f authored over 7 years ago
fix: ignore HTML comments

github.com/quantizor/markdown-to-jsx - 9c16391d7722942e43ffa7e2b079189c3c3d84f3 authored over 7 years ago
5.4.0

See releases.

github.com/quantizor/markdown-to-jsx - 28f814d7e2f2aa11bd05c308ab39e70a523a4ab5 authored over 7 years ago
feat: add details and summary to block tag list

* chore: sort blocks

* feat: add details and summary to block tag list

Fixes #107

* dep...

github.com/quantizor/markdown-to-jsx - c652d53c44d957c96afd2a211deb685561e002f7 authored over 7 years ago
fix: add separate target for transpiled code w/ preserved imports

github.com/quantizor/markdown-to-jsx - 8cc45da84b718c704166efdb7702bccc6c42c30d authored over 7 years ago
Replace prepublishOnly script with in-publish package (#105)

github.com/quantizor/markdown-to-jsx - f23533dd82361a0e973e7b0c1d14c9e08a24c0d7 authored over 7 years ago
fix: use package.json "files" instead of npmignore

github.com/quantizor/markdown-to-jsx - f0067eb3c1deb94dcb97d8b579e06c96d2344229 authored over 7 years ago
release: 5.3.0

https://github.com/probablyup/markdown-to-jsx/releases/tag/5.3.0

github.com/quantizor/markdown-to-jsx - a3811fac439e74c99858a8d21588f736a5c4732d authored over 7 years ago
chore: rebuild site with code updates

github.com/quantizor/markdown-to-jsx - 18d41ad4470baa58f9ecdb36a8e83fbff4fbe702 authored over 7 years ago
fix: handle self-closing HTML inside inline HTML (#103)

Also made a change to avoid interim wrappers where possible in
situations where dangerouslySetI...

github.com/quantizor/markdown-to-jsx - c66e0af5bf79bbe7c48cb5ef0485b0616e400c5d authored over 7 years ago
chore: prepublish -> prepublishOnly [skip ci]

*shakes fist at npm*

github.com/quantizor/markdown-to-jsx - fafab4210f817ac9b727b9e9c602cbc25a95fc48 authored almost 8 years ago
chore: update website link & my personal name in the license

github.com/quantizor/markdown-to-jsx - e932e598ba1d51e371340af122d9aaa2e097ebb9 authored almost 8 years ago
chore: remove CHANGELOG

It's the exact same as the github releases, seems unnecessary.

github.com/quantizor/markdown-to-jsx - 7daf814e1a6d6b3eaa87bb5dc4121d8f88f5fb7c authored almost 8 years ago
deps: update codecov

github.com/quantizor/markdown-to-jsx - d50ca74af0cf180688d3babe4672abb681a1c3a7 authored almost 8 years ago
deps: update to latest remark-parse and unified

These changes are backward compatible to users, just had to make a
small change in the compiler ...

github.com/quantizor/markdown-to-jsx - 5ac0b90165bcf3f2792c69d0379c9de3bf75ea05 authored almost 8 years ago
fix website to work with 5.x

github.com/quantizor/markdown-to-jsx - fb29ebea6c37e7f42ecdbfa7b07d516861cf3a22 authored almost 8 years ago
fix package.json links

github.com/quantizor/markdown-to-jsx - 92399669f8b2f495c7f869a748df51f00ea3066e authored almost 8 years ago
RELEASE 5.1.0

76012ec Upgrade to React 15.5.4 (and use prop-types package) (props @ldabiralai!)

github.com/quantizor/markdown-to-jsx - 333b988846dcc577a09b7b32c078a18ba9a0465d authored almost 8 years ago
Merge pull request #99 from ldabiralai/master

Upgrade to React 15.5.4 (and use prop-types package)

github.com/quantizor/markdown-to-jsx - ded050f4873dba90f9ec37c48009c6920e29fe70 authored almost 8 years ago
Upgrade to React 15.5.4 (and use prop-types package)

github.com/quantizor/markdown-to-jsx - 76012ec829de28921e473eca736ba21db64ace75 authored almost 8 years ago
Merge pull request #97 from probablyup/avoid-prop-mutation

5.0.2

github.com/quantizor/markdown-to-jsx - ee3152566e52e80576d890535fa7de7d58d6500a authored almost 8 years ago
RELEASE v5.0.2

See CHANGELOG

github.com/quantizor/markdown-to-jsx - 3a21c24e25119c63f2c9cd0bb6888c31fdf19e3f authored almost 8 years ago
Refactor object.assign -> spread apply

To prevent needing to add a polyfill.

github.com/quantizor/markdown-to-jsx - 62adf4607680ba75f8660106967c4b72301f0125 authored almost 8 years ago
Do not mutate settings object

github.com/quantizor/markdown-to-jsx - 706ef1876e0824fc0a1874eac4a3991f5fbd32de authored almost 8 years ago
Update my author info

github.com/quantizor/markdown-to-jsx - b0d1a73b707ae9e2f402ea15d36de20e66dc7232 authored almost 8 years ago
5.0.1

Minor version bump to update the package README.

github.com/quantizor/markdown-to-jsx - cebf96737ceb7b9f502949c6e0e46a4b5dfbc004 authored almost 8 years ago