Hugo内容
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<details {{ if eq (.Get "open" | default "false") "true" }}open{{ end }}>
|
||||
<summary>
|
||||
{{ .Get "summary" | default "Details:" }}
|
||||
</summary>
|
||||
{{ .Inner | markdownify }}
|
||||
</details>
|
||||
3
Hugo/themes/nostyleplease/layouts/shortcodes/texd.html
Normal file
3
Hugo/themes/nostyleplease/layouts/shortcodes/texd.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<span>
|
||||
$${{ .Get 0 }}$$
|
||||
</span>
|
||||
3
Hugo/themes/nostyleplease/layouts/shortcodes/texi.html
Normal file
3
Hugo/themes/nostyleplease/layouts/shortcodes/texi.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<span>
|
||||
\({{ .Get 0 }}\)
|
||||
</span>
|
||||
Reference in New Issue
Block a user