parcel-plugin-markdown-string icon indicating copy to clipboard operation
parcel-plugin-markdown-string copied to clipboard

📦@parcel-bundler plugin for loader markdown string, markdown output HTML.

Results 5 parcel-plugin-markdown-string issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Other Branches These updates are pending. To force PRs open, click the checkbox...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​types/marked | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@types%2fmarked/5.0.2/6.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fmarked/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [marked](https://marked.js.org) ([source](https://togithub.com/markedjs/marked)) | [`^5.0.0` -> `^12.0.0`](https://renovatebot.com/diffs/npm/marked/5.1.2/12.0.1) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [posthtml-parser](https://togithub.com/posthtml/posthtml-parser) | [`^0.11.0` -> `^0.12.0`](https://renovatebot.com/diffs/npm/posthtml-parser/0.11.0/0.12.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/posthtml-parser/0.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

I only got markdown when I was trying to get HTML. By putting `console.log` statements in the code, I noticed that the default config had: ``` { marked: undefined, html:...