simple-syntax-highlighter icon indicating copy to clipboard operation
simple-syntax-highlighter copied to clipboard

No chi-chi syntax highlighter for Vue.js (3 & 2).

Results 7 simple-syntax-highlighter issues
Sort by recently updated
recently updated
newest added

If I add the snippet containing `whitespace: 'preserve'` in my `vite.config.js` as instructed on whitespace: 'preserve' I'm getting this error: `[plugin:vite:vue] At least one or is required in a single...

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.5 to 3.2.7. Changelog Sourced from vite's changelog. 3.2.7 (2023-05-26) fix: port #13348 to v3, fs.deny with leading double slash (#13349) (0574f80), closes #13348 #13349 3.2.6 (2023-04-18)...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 5.4.12. Release notes Sourced from vite's releases. v5.4.12 This version contains a breaking change due to security fixes. See https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6 for more details. Please refer...

dependencies

Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. Changelog Sourced from nanoid's changelog. 3.3.8 Fixed a way to break Nano ID by passing non-integer size (by @​myndzi). Commits 3044cd5 Release 3.3.8 version...

dependencies

Can I ask you bring back copyCode method or give an alternative to this in order to use custom positioning for external buttons? ```javascript copyCode(t) { t.target.insertAdjacentHTML( "afterend", `${this.$refs.code.innerText}` );...