vue-markdown-render icon indicating copy to clipboard operation
vue-markdown-render copied to clipboard

A simple markdown parser for Vue using markdown-it.

Results 8 vue-markdown-render issues
Sort by recently updated
recently updated
newest added

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3. Changelog Sourced from vite's changelog. 4.5.3 (2024-03-24) fix: fs.deny with globs with directories (#16250) (96a7f3a), closes #16250 Commits aac695e release: v4.5.3 96a7f3a fix: fs.deny...

dependencies

Hi! Building a site with vite-ssg failed with "SyntaxError: Cannot use import statement outside a module" on vue-markdown-render. Just setting `"type": "module"` in `package.json` seems to fix the problem. Thanks...

I'm trying to deploy a Vue 3 based website on Github Pages using the Github Actions Marketplace's `Vite Github Pages Deployment`, and now during the deployment process I'm getting this...

Thank you for the nice package. This isn't an issue, but didn't where else to post it. I wanted to share with those who wanted to do the same as...

When I'm testing my component with https://cli.vuejs.org/core-plugins/unit-jest.html and my component contains `import VueMarkdown from 'vue-markdown-render';`, then the Jest test runner fails with: ``` ● Test suite failed to run --...

Super project - thanks! Any suggestions on how to handle bad markdown that is missing space between leading # and start of paragraph? E.g., instead of `# Header` I have...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.11 to 5.4.19. Release notes Sourced from vite's releases. v5.4.19 Please refer to CHANGELOG.md for details. v5.4.18 Please refer to CHANGELOG.md for details. v5.4.17 Please refer to...

dependencies
javascript

i need to change the options in the rendere to use the https://mdit-plugins.github.io/include.html plugin. so it would be great to have a `:renderOptions=""` attribute that is given to the render...