code-sample icon indicating copy to clipboard operation
code-sample copied to clipboard

A wrapper element for highlight.js

Results 3 code-sample issues
Sort by recently updated
recently updated
newest added

When I try to use it via webpack + Polymer 3 + typescript it throws the error: ``` index.ts:53 ReferenceError: hljs is not defined at Object../node_modules/@kuscamara/code-sample/vendor/highlight/highlight.pack.js (highlight.pack.js:formatted:1) at __webpack_require__ (bootstrap:767)...

bug

## Issues - Fix import not working when using Webpack #15 ## Code - Use LitElement instead of Polymer - Use open-wc/testing instead of WCT ## Development - Improve serve...

bug
enhancement

So, the wysiwyg editor that I'm using to create code samples does not use `\n` line breaks to create new lines, it uses `` tags. I do not want the...