We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e5915 commit 77a95a7Copy full SHA for 77a95a7
README.md
@@ -98,7 +98,7 @@ First create file `engine.js`
98
const { Marp } = require('@marp-team/marp-core')
99
const hljs = require('highlight.js')
100
const iecst = require('highlightjs-structured-text')
101
-hljs.registerLanguage("ices", iecst)
+hljs.registerLanguage("iecst", iecst)
102
103
module.exports = (opts) => {
104
const marp = new Marp(opts)
0 commit comments