marp-react icon indicating copy to clipboard operation
marp-react copied to clipboard

[INACTIVE] Marp renderer component for React

Results 8 marp-react issues
Sort by recently updated
recently updated
newest added

Thanks for the great work!~ I understand this repo is under in-active state. But would like to see any quick solution to use markdown-in plugin in MarpWorker like Marp?

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

Marp team has some mainstream projects to have to maintain, so we could not take time for substream projects such as [Marp Web](https://github.com/marp-team/marp-web) and [React](https://github.com/marp-team/marp-react)/[Vue](https://github.com/marp-team/marp-vue) integrations. And they had not...

important

The following code causes the bottom error (in storybook). ``` .add('Broken tag', () => ( )) ``` ``` Cannot read property 'map' of undefined TypeError: Cannot read property 'map' of...

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=6.4.0&new-version=6.4.1)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

After merging https://github.com/developit/htm/pull/153 and releasing a new version (c.f. https://github.com/marp-team/marp-react/pull/22#discussion_r372500027).

By custom function binding in [HTM](https://github.com/developit/htm), we might support React component written in HTML block of plain Markdown. ```jsx import { Chart } from 'someone-react-chart-component' const markdown = ` #...

enhancement