apps.js 106 B

12345
  1. /* Perform the syntaxic highlighting */
  2. hljs.configure({
  3. cssSelector: "code"
  4. });
  5. hljs.highlightAll();