summaryrefslogtreecommitdiff
path: root/posts/4
diff options
context:
space:
mode:
authorgarhve <git@garhve.com>2022-12-02 22:50:35 +0800
committergarhve <git@garhve.com>2022-12-02 22:50:35 +0800
commitd60811a78a56fcfc39d573d626c097301ef6585f (patch)
treed78a1972f29ec2094b7dc3d6f13b12fb48b39525 /posts/4
parent924132dc97988d9c5ae37cb05fa7e2eb35e28276 (diff)
blog transfer
Diffstat (limited to 'posts/4')
-rw-r--r--posts/4/index.html24
1 files changed, 11 insertions, 13 deletions
diff --git a/posts/4/index.html b/posts/4/index.html
index 2e314e2..b9d798a 100644
--- a/posts/4/index.html
+++ b/posts/4/index.html
@@ -58,6 +58,17 @@ User space: For applications to run in unprivileged user mode Kernel space: For
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/contrib/auto-render.min.js" integrity="sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05" crossorigin="anonymous"
onload="renderMathInElement(document.body);"></script>
</head>
+
+ <script>
+document.addEventListener("DOMContentLoaded", function() {
+ renderMathInElement(document.body, {
+ delimiters: [
+ {left: "$$", right: "$$", display: true},
+ {left: "$", right: "$", display: false}
+ ]
+ });
+});
+</script>
</html>
@@ -146,19 +157,6 @@ User space: For applications to run in unprivileged user mode Kernel space: For
System calls APIs: man section 2</p>
</blockquote>
<p>to be continue&hellip;</p>
-<p>\documentclass[12pt,twoside,a4paper]{article}
-\begin{document}
-\begin{tabular}{|c|c|c|}
-\hline
-A &amp; B &amp; C \
-\hline
-1 &amp; 2 &amp; 3 \
-\hline
-4 &amp; 5 &amp; 6
-\
-\hline
-\end{tabular}
-\end{document}</p>
</div>