Heading 1

Paragraph 1

image-alt

Paragraph 2

1 2
3 4
1 2 3
4
5 6 7
x = b ± b 2 4 a c 2 a .
const Prism = require('prismjs');

    // The code snippet you want to highlight, as a string
    const code = `var data = 1;`;

    // Returns a highlighted HTML string
    const html = Prism.highlight(code, Prism.languages.javascript, 'javascript');