Commit 7ed7d307 authored by 박민석's avatar 박민석

highlight test - highlight.js

parent 32cb2e59
......@@ -4,9 +4,11 @@ Gildong Hong <email1@bwg.com>
include::../attributes/common_attrs.adoc[]
include::../attributes/dir_attrs.adoc[]
include::../attributes/common_css.adoc[]
:source-highlighter: pygments
:pygments-style: material
:pygments-linenums-mode: inline
:source-highlighter: highlight.js
:highlightjs-theme: atom-one-dark
// :source-highlighter: pygments
// :pygments-style: material
// :pygments-linenums-mode: inline
[abstract]
.문서개요
......
......@@ -4,6 +4,9 @@
"requires": true,
"packages": {
"": {
"dependencies": {
"highlight.js": "^11.9.0"
},
"devDependencies": {
"@antora/cli": "3.1.7",
"@antora/site-generator": "3.1.7"
......@@ -1087,6 +1090,14 @@
"node": ">=10"
}
},
"node_modules/highlight.js": {
"version": "11.9.0",
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz",
"integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==",
"engines": {
"node": ">=12.0.0"
}
},
"node_modules/hpagent": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/hpagent/-/hpagent-1.2.0.tgz",
......
......@@ -2,5 +2,8 @@
"devDependencies": {
"@antora/cli": "3.1.7",
"@antora/site-generator": "3.1.7"
},
"dependencies": {
"highlight.js": "^11.9.0"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment