code-sample
code-sample copied to clipboard
A wrapper element for highlight.js
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)...
## 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...
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...