diff --git a/docs/quickreference.html b/docs/quickreference.html index e1b6b34..ebf2cd3 100644 --- a/docs/quickreference.html +++ b/docs/quickreference.html @@ -24,7 +24,7 @@ -

+

@@ -348,6 +348,26 @@

Code line number

export const Student = <div>Student</div>;
 const school = <div>School</div>;
@@ -489,7 +509,11 @@ 

KaTeX 数学渲染

c=±a2+b2L=12ρv2SCLc = \pm\sqrt{a^2 + b^2}
 L = \frac{1}{2} \rho v^2 S C_L
@@ -1176,7 +1200,7 @@ 

+
diff --git a/index.html b/index.html index 29601e0..8b04345 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ -

Refs CLI

+

Refs CLI

Command line tool to generate Quick Reference website. This is also a tool separated from Quick Reference to help Quick Reference compile and generate HTML websites

@@ -187,7 +187,7 @@ kjchmc.cn

-
+
diff --git a/style/style.css b/style/style.css index 54b9072..b380204 100644 --- a/style/style.css +++ b/style/style.css @@ -208,6 +208,9 @@ table { border-collapse: collapse; } +table.shortcuts-last td:last-child > code, +table.shortcuts-last td:last-child > del > code, + table.shortcuts td:not(:last-child) > code, table.shortcuts td:not(:last-child) > del > code, ul.shortcuts li > code,