File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed
Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 66$$
77あああ
88
9- !!! note "ノート"
10- これはMaterialテーマ専用のブロックです
9+ !!! Failure
10+ これは失敗です。
11+
12+ !!! Bug
13+ これはバグです。
14+
15+ !!! summary
16+ これは概要です。
17+
18+ <i class =" fa fa-check-circle text-success " ></i > ビルド成功 ([ アイコン] ( https://fontawesome.com/v4/icons/ ) も使えます)
1119
1220``` cpp
1321#pragma once
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ docs_dir: docsrc
66nav :
77 - Home : index.md
88 - Library :
9- - sample : library/sample.md
9+ - sample : library/sample/sample .md
1010
1111theme :
1212 name : material
@@ -36,10 +36,10 @@ theme:
3636plugins :
3737 - search :
3838 lang : ' ja'
39- - open-in-new-tab : # ← プラグイン名
40- external_only : true # 内部リンクはそのまま
41- noopener : true # rel="noopener"
42- noreferrer : true # rel="noreferrer"
39+ - open-in-new-tab :
40+ external_only : true
41+ noopener : true
42+ noreferrer : true
4343
4444markdown_extensions :
4545 - admonition
@@ -54,7 +54,8 @@ markdown_extensions:
5454 permalink : true
5555
5656extra_css :
57- - https://cdn.jsdelivr.net/npm/katex@0.16.7/dist/katex.min.css
57+ - " https://cdn.jsdelivr.net/npm/katex@0.16.7/dist/katex.min.css"
58+ - " https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
5859
5960extra_javascript :
6061 # KaTeX 本体
You can’t perform that action at this time.
0 commit comments