Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorotis <xiaohei.zyx@gmail.com>2019-11-21 05:42:27 +0300
committerotis <xiaohei.zyx@gmail.com>2019-11-21 05:42:27 +0300
commitd6798096d96be3c4b35ff423a95d56ff39f5d159 (patch)
tree45859bfa36e5ac1128611edc6e839a6b11d91b82 /README.md
parente9cfd5a166869db5fb37389dc994fa9fb609b860 (diff)
add mathjax congi & update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8209bad..a3ffe79 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,20 @@ The file structure of `repo` is roughly referred to [hexo-theme-pure](https://gi
2. [2019-11-19] Support MathJax([PR](https://github.com/xiaoheiAh/hugo-theme-pure/pull/20)) & Upgrade jQuery version([PR](https://github.com/xiaoheiAh/hugo-theme-pure/pull/19)).
+ e.g.
+
+ ```latex
+ $$\begin{cases}
+ a_1x+b_1y+c_1z=d_1\\
+ a_2x+b_2y+c_2z=d_2\\
+ a_3x+b_3y+c_3z=d_3\\
+ \end{cases}
+ $$
+ ```
+
+ <img src="https://raw.githubusercontent.com/xiaoheiAh/imgs/master/20191121103534.png" alt="not-set-mmark" style="zoom:50%;" />
+ <img src="https://raw.githubusercontent.com/xiaoheiAh/imgs/master/20191121104118.png" alt="set-mmark" style="zoom:50%;" />
+
## Screenshots
![](https://raw.githubusercontent.com/xiaoheiAh/hugo-theme-pure/master/images/grey.png)