Created
January 21, 2022 14:40
-
-
Save 5t3ph/859b21a505bb67dd6ccfe1666158f928 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const HighlightPairedShortcode = require("@11ty/eleventy-plugin-syntaxhighlight/src/HighlightPairedShortcode"); | |
const highlightCodeDemo = (code, lang) => { | |
const highlightedCode = HighlightPairedShortcode(code, lang); | |
return highlightedCode; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment