This website requires JavaScript.
Explore
Help
Sign In
tarasis
/
eleventy-plugin-syntaxhighlighting-chroma
Watch
1
Star
0
Fork
You've already forked eleventy-plugin-syntaxhighlighting-chroma
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a3d356c512
eleventy-plugin-syntaxhighl...
/
test
/
11tyjs-test
/
test.11ty.js
5 lines
104 B
JavaScript
Raw
Blame
History
module
.
exports
=
function
(
data
)
{
let
result
=
this
.
highlight
(
"js"
,
"var test;"
)
;
return
result
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink