Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
calumk committed Nov 17, 2023
1 parent b3fa23d commit bf85aa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/codecup.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ import { defaultCssTheme } from './styles/theme-default'
import { escapeHtml } from './utils/html-escape'
import Prism from 'prismjs'
import 'prismjs/plugins/autoloader/prism-autoloader';

Prism.plugins.autoloader.languages_path = 'https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/';

// import hljs from 'highlight.js';

export default class codeCup {
constructor (selectorOrElement, opts) {
Expand Down

0 comments on commit bf85aa2

Please sign in to comment.