File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ function load_highlight_link_stylesheet() {
4545 //link.href = "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/default.min.css";
4646 //link.href = "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/styles/default.min.css";
4747 //link.href = "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/styles/atom-one-dark.min.css";
48- link . href = "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/styles/github-dark.css" ;
48+ //link.href = "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/styles/github-dark.css";
49+ link . href = "https://unpkg.com/@highlightjs/cdn-assets@11.11.1/styles/github.css" ;
4950 link . rel = "stylesheet" ;
5051 document . head . appendChild ( link ) ;
5152}
Original file line number Diff line number Diff line change 33## 4. 코드
44* 예제
55
6- <pre >
7- <code >
8- ```c++
6+ <pre ><code >
7+ ```cpp
98int main()
109{
1110 printf("Hello, Honeymon");
1211 return 0;
1312}
1413```
15- </code >
16- </pre >
14+ </code ></pre >
1715
1816* 미리보기
1917
20- > ``` c++
18+ > ``` cpp
2119> int main ()
2220> {
2321> printf("Hello, Honeymon");
You can’t perform that action at this time.
0 commit comments