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

allow to override title property on link parsing (#237)

* add test case for overriding title prop while parsing a link

* allow to override title prop...

github.com/quantizor/markdown-to-jsx - bc02b233b7df4b2c907e4cfd29ec372cf4f30a5a authored almost 6 years ago by Max Strübing <[email protected]>
ensure there's a key set for every output

might fix #233

github.com/quantizor/markdown-to-jsx - ac97191bd857340efbd2840e0ffc5b7dd5cbdae3 authored almost 6 years ago by Evan Jacobs <[email protected]>
regex perf optimizations (#229)

* perf optimization for the plain text regex

* optimize bold, em, strikethrough regexes

* ...

github.com/quantizor/markdown-to-jsx - a1fb781bc51445f5a226bf3944bed0436d0d69d2 authored about 6 years ago by Evan Jacobs <[email protected]>
add benchmark for my own use

github.com/quantizor/markdown-to-jsx - d085f947b1169795821ebf7f12e4bf6f6ff7d000 authored about 6 years ago by Evan Jacobs <[email protected]>
graceful fallback for missing footnotes (#227)

* add failing test for #226

* graceful fallback for missing footnotes

fixes #226

* rais...

github.com/quantizor/markdown-to-jsx - 8705b55b295c5d8091504f97e395ab0130de0cd7 authored about 6 years ago by Evan Jacobs <[email protected]>
better fix for supporting the new object-based react components

github.com/quantizor/markdown-to-jsx - 9f9e1ea25edab5a3ddf4b92cb3b3fe5979283d53 authored about 6 years ago by Evan Jacobs <[email protected]>
disable flipComparisons babel minify plugin

fixes #224

github.com/quantizor/markdown-to-jsx - 4b2c526791a741b9885f6e34f0dab47a2bb8f9d7 authored about 6 years ago by Evan Jacobs <[email protected]>
omit th "scope" attribute

It's unnecessary.

github.com/quantizor/markdown-to-jsx - 37de44bc86546cb6abf64844d974808778d8d140 authored about 6 years ago by Evan Jacobs <[email protected]>
omit comments from built files

github.com/quantizor/markdown-to-jsx - 6db8fefd8f415d2fdacd1560150748d5ff3747aa authored about 6 years ago by Evan Jacobs <[email protected]>
improve sanitization logic and dev warnings

github.com/quantizor/markdown-to-jsx - 9c6c782c92ad796e04d8cf6f3828d2a006794e24 authored about 6 years ago by Evan Jacobs <[email protected]>
fix the PropTypes being stripped out of the lib output

github.com/quantizor/markdown-to-jsx - e2b38b6b58262a6c4e5ceab4f7e523b39602d981 authored about 6 years ago by Evan Jacobs <[email protected]>
ignore coverage directory for linting

github.com/quantizor/markdown-to-jsx - a15f3ca100f55d958acfc72ca5e9bfa2c79ab8e5 authored about 6 years ago by Evan Jacobs <[email protected]>
add missing dev dep

github.com/quantizor/markdown-to-jsx - 0a60caf455059691636f59a6b7a0038e113bbe4a authored about 6 years ago by Evan Jacobs <[email protected]>
modify override getter slightly to handle forwardRef components

forwardRef emits an object :eyeroll:

should fix #221

github.com/quantizor/markdown-to-jsx - 7258f196fd91e3bfab4df9dd948c8451f2e63990 authored about 6 years ago by Evan Jacobs <[email protected]>
update some random dev shtuff

github.com/quantizor/markdown-to-jsx - c3686caff1998972d93ffecf2d9dba340f1fbdb3 authored about 6 years ago by Evan Jacobs <[email protected]>
yarn fam now

github.com/quantizor/markdown-to-jsx - 63966d8e56e45cb2d6c39c277cc4f2d8e5bf27a1 authored about 6 years ago by Evan Jacobs <[email protected]>
run on node 8 & 10

github.com/quantizor/markdown-to-jsx - 3732f4d2639fe2b6eca4ef491c314d080be66538 authored about 6 years ago by Evan Jacobs <[email protected]>
minify the babel output

github.com/quantizor/markdown-to-jsx - 4a0f8468c4d3298fa5aa3b7d6d993538547f7ff1 authored about 6 years ago by Evan Jacobs <[email protected]>
move built files into dist dir

github.com/quantizor/markdown-to-jsx - 993d9bd29aeef70bd78b47e150f3a3bbd8a10737 authored about 6 years ago by Evan Jacobs <[email protected]>
switch to mostly inline snapshot tests

github.com/quantizor/markdown-to-jsx - 6be2354b3ab0e3c1a29743bd9cfac409df043f7e authored about 6 years ago by Evan Jacobs <[email protected]>
code style change

github.com/quantizor/markdown-to-jsx - 5c2d358832e4a4334d1a349cea9142063e670d95 authored about 6 years ago by Evan Jacobs <[email protected]>
handle named html character entities

this fixes nbsp, apos, etc.

github.com/quantizor/markdown-to-jsx - 318df06d72dbf33a983c48e5c4501b3eb2a4b290 authored about 6 years ago by Evan Jacobs <[email protected]>
fix #214 - Nested paragraphs not work correctly inside arbitrary html (#215)

github.com/quantizor/markdown-to-jsx - d6231a910d1bd8a0a0cbe0cd522d1ba9b6259fa8 authored about 6 years ago by m-architek <[email protected]>
fix overly aggressive newline trimming

github.com/quantizor/markdown-to-jsx - 0a691d272371cc57e9a050777858dc2a2a7cd05f authored over 6 years ago by Evan Scott <[email protected]>
fix false positive flagging of standalone autolinks as self-closing html

fixes #208

github.com/quantizor/markdown-to-jsx - 3987668906f64ac1b08bbef9d52c443491ec9a72 authored over 6 years ago by Evan Scott <[email protected]>
fix #207

Refactored the block syntax detection logic to use the actual
detector regexes themselves for ea...

github.com/quantizor/markdown-to-jsx - cc3397ce1bab8afbc982c4dcc47b17b00c5cb4aa authored over 6 years ago by Evan Scott <[email protected]>
make slugify function configurable (#199)

* make slugify function configurable

* throws error if options.slugify is invalid

* adjust...

github.com/quantizor/markdown-to-jsx - 30f9bb5a9ff0b6b0948d5aa1d8f2aefa38504b37 authored over 6 years ago by Andy Wang <[email protected]>
Update README.md

github.com/quantizor/markdown-to-jsx - bc2f57412332dc670f066320c0f38d0252e0f057 authored over 6 years ago by Evan Scott <[email protected]>
Added call to donate after npm install (optional)

github.com/quantizor/markdown-to-jsx - e1ce3d952a3761254c7c863bdcf1e38b4062b243 authored over 6 years ago by Jess <[email protected]>
Added backers and sponsors on the README

github.com/quantizor/markdown-to-jsx - 67222bdf9820858011853f0776acde120946b137 authored over 6 years ago by Jess <[email protected]>
reduce the changes to just the README and json field

github.com/quantizor/markdown-to-jsx - 4f57f0b3490cd2b3d375d94586114f82f4a64ba6 authored over 6 years ago by Evan Scott <[email protected]>
Update README.md

add donation link, revise some copy

github.com/quantizor/markdown-to-jsx - ce532e7ad6d13d8d4fbc3fcde2982e7e3de4758c authored over 6 years ago by Evan Scott <[email protected]>
[internal] add perf profiling to each parser

github.com/quantizor/markdown-to-jsx - 8cc1741d246e1bc45d729994d868644d170caa48 authored over 6 years ago by Evan Scott <[email protected]>
fix a perf issue in the new bold and emphasis regexes

github.com/quantizor/markdown-to-jsx - c1fe1ebb285dddfd8dbbad7e6ae2455c8aa7157b authored over 6 years ago by Evan Scott <[email protected]>
fix inline syntax outer-boundary false positive match

e.g.

*Foo [*](/bar).*

Was being broken up like this:

<em>Foo [</em>(/bar).*

When it should b...

github.com/quantizor/markdown-to-jsx - b33d327e2f08f0f31b674b62ee1410b0f17728ac authored over 6 years ago by Evan Scott <[email protected]>
add tests for the regressions

github.com/quantizor/markdown-to-jsx - d13e28e5cb08028bf6f3469dfe4ce6135ca780e2 authored over 6 years ago by Evan Scott <[email protected]>
ensure emphasis + bold regexes track the specific syntax used

We don't want to confuse mismatched syntaxes as a whole string.

For example, this would have wo...

github.com/quantizor/markdown-to-jsx - 48ee7f1f7f763030af9f5ae249e6b7f3d089de6d authored over 6 years ago by Evan Scott <[email protected]>
v6.6.7

See Github releases for a list of changes.

github.com/quantizor/markdown-to-jsx - 1ca3af5e0f66d5d557f4651bfd4be302f5db296c authored over 6 years ago by Evan Scott <[email protected]>
fix regression where we were over-stripping whitespace

github.com/quantizor/markdown-to-jsx - 4ec60f2153c713f8f71e2576070f67931e7d01ee authored over 6 years ago by Evan Scott <[email protected]>
document the significant whitespace gotchas for arb HTML

github.com/quantizor/markdown-to-jsx - a2b9bfea121b8d8febd6afe59f008b80d1741f46 authored over 6 years ago by Evan Scott <[email protected]>
simpler trimming regex

github.com/quantizor/markdown-to-jsx - a86f0a78b300eee1a4b9041ee4248d0b8b61afa3 authored over 6 years ago by Evan Scott <[email protected]>
fix detection of fenced code blocks inside arbitrary HTML

github.com/quantizor/markdown-to-jsx - d06b191990a57a9cad23f84b232f7f235923f3a5 authored over 6 years ago by Evan Scott <[email protected]>
add zwsp so the markdown example looks right

github.com/quantizor/markdown-to-jsx - 66c955ffdd592f739540c6e872e1f21870c1a03e authored over 6 years ago by Evan Scott <[email protected]>
fix #181

Revise inner HTML trimming strategy to avoid false-positive
paragraph tag injection.

github.com/quantizor/markdown-to-jsx - babb3353742a3a90276c9982a279f7102f879439 authored over 6 years ago by Evan Scott <[email protected]>
prettier setup

github.com/quantizor/markdown-to-jsx - 0b58a595d09612d3c511a76c1f012de4df964255 authored over 6 years ago by Evan Scott <[email protected]>
fix for #180 (#182)

github.com/quantizor/markdown-to-jsx - fcc93a0b802ee298980a9bb5d6ca277b7d309d1d authored over 6 years ago by Evan Scott <[email protected]>
remove babel entry from package.json

github.com/quantizor/markdown-to-jsx - 799615ed88be61ec81659e72d715a9945d05b443 authored over 6 years ago by Evan Scott <[email protected]>
switch to preset env

github.com/quantizor/markdown-to-jsx - e14fbcc2d0d51c24e0e5b1ed78c41edcecdff14f authored over 6 years ago by Evan Scott <[email protected]>
add test for heading id generation

github.com/quantizor/markdown-to-jsx - 7ea29bf3d7c08721cc27c1e77b004433e91c84f1 authored over 6 years ago by Evan Scott <[email protected]>
handle nested HTML tags of the same type with attributes (#176)

github.com/quantizor/markdown-to-jsx - 085af2e649621721ef6a7b8f90899e69782b99d2 authored over 6 years ago by Evan Scott <[email protected]>
better package description & add some keywords

github.com/quantizor/markdown-to-jsx - aa995d41b223ca99a70e2d6f9f4a671ca554ab6b authored over 6 years ago by Evan Scott <[email protected]>
update codecov

github.com/quantizor/markdown-to-jsx - 31e8b0a56d860773ba05838ce5c0817b3562f3f9 authored over 6 years ago by Evan Scott <[email protected]>
update the website's version of emotion

github.com/quantizor/markdown-to-jsx - 0e48e96906cb48d837d9999f10b611bc13c29932 authored over 6 years ago by Evan Scott <[email protected]>
minor dependency upgrades

no code size change

github.com/quantizor/markdown-to-jsx - 146b6f0a8f775f1c8657ba2bf9129f2c462efed5 authored over 6 years ago by Evan Scott <[email protected]>
adjust HTML capture regex (#175)

github.com/quantizor/markdown-to-jsx - 0ab6780086047a6aee64198f4d05941707945bf1 authored over 6 years ago by Evan Scott <[email protected]>
pass along additional props supplied to the Markdown component (#174)

github.com/quantizor/markdown-to-jsx - aa0efcc95f354c3a8570f9916df53efd5aced0c0 authored over 6 years ago by Evan Scott <[email protected]>
don't process the inside of style, script blocks (#173)

github.com/quantizor/markdown-to-jsx - b48fc502d14e3edf142446121020e99299c075b9 authored over 6 years ago by Evan Scott <[email protected]>
fix block-level syntax inference inside arbitrary HTML (#169)

github.com/quantizor/markdown-to-jsx - 5d0a10f77435caa5a49f1462374b72da17fac4c8 authored almost 7 years ago by Evan Scott <[email protected]>
port tight list handling fix from simple-markdown

github.com/quantizor/markdown-to-jsx - 4312e1d5acac19c40e339d17941821ead72bfc31 authored almost 7 years ago by Evan Scott <[email protected]>
autotag headings with IDs

github.com/quantizor/markdown-to-jsx - 5251d6e5b84b2a683895664a23fc9fdc175670f0 authored almost 7 years ago by Evan Scott <[email protected]>
drop react 0.14.x testing

github.com/quantizor/markdown-to-jsx - 524ef02e6182ec5f3ec3208c9bb36f839049661b authored almost 7 years ago by Evan Scott <[email protected]>
remove HTML comments from snapshots

github.com/quantizor/markdown-to-jsx - 55a4e00f11e5190b6b6c293a72bac6b4749d9377 authored almost 7 years ago by Evan Scott <[email protected]>
move up node testing versions

github.com/quantizor/markdown-to-jsx - 3f89bcc2de28f56adf60941f4a40d0deb031dbb7 authored almost 7 years ago by Evan Scott <[email protected]>
link the build badge back to travis

github.com/quantizor/markdown-to-jsx - 5152831570834ed59250035e8a8f9cc7216a9477 authored almost 7 years ago by Evan Scott <[email protected]>
use webpack 4

github.com/quantizor/markdown-to-jsx - bf9d86bdb6cae03bdb5cfea1ce27cd1ebfe152c3 authored almost 7 years ago by Evan Scott <[email protected]>
Update README.md

github.com/quantizor/markdown-to-jsx - 8888b23bfe5915fcfa627b44f4a48514a9613ce3 authored almost 7 years ago by Evan Scott <[email protected]>
handle links with URLs in the link text (#164)

fixes #163

github.com/quantizor/markdown-to-jsx - 9769ace3070966781707b6fb08da46da0bc9eb75 authored almost 7 years ago by Evan Scott <[email protected]>
Support spaces between equal sign for html attributes (#162)

* add support for spaces between attributes and values

* add support for spaces between attri...

github.com/quantizor/markdown-to-jsx - 3191b499d104f4308a45c673f7ae55ecf9ac0fae authored almost 7 years ago by Jonarod <[email protected]>
adjust html regex to handle invalid HTML

reworked things a bit to avoid a catastrophic backtracking
scenario that could happen if an uncl...

github.com/quantizor/markdown-to-jsx - 6b881ae57a4ae9862be9815c77e87156b1db7fbb authored almost 7 years ago by Evan Scott <[email protected]>
workaround for parsing block html inside arbitrary html

partially fixes #153

github.com/quantizor/markdown-to-jsx - d36798cbb722dda0ac3b10fe59b509e3247a9324 authored almost 7 years ago by Evan Scott <[email protected]>
Add createElement option (#152)

* Add temporary Prettier formatting ignore rule

* Add custom render function option

* Add ...

github.com/quantizor/markdown-to-jsx - ac20c7ccbd58a193ef90932cf267798908a60503 authored almost 7 years ago by Hugo Manrique <[email protected]>
update the README ToC

github.com/quantizor/markdown-to-jsx - 1e3b1d5275a936ca219be8fa5ea6354d6984eda5 authored almost 7 years ago by Evan Scott <[email protected]>