diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2020-07-17 18:01:19 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2020-07-17 18:01:19 +0800 |
commit | 128e75bb846ae43a5d4f1f50629efebf4ab93f5c (patch) | |
tree | 1997d93d46ab5c552767aae3019b881d6307021f | |
parent | 81b3b553bf17c7919e44f3bfb8de26fda9e2c0e0 (diff) |
chore: update another test markdown post
-rw-r--r-- | _posts/2016-01-01-another-test-markdown.md | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/_posts/2016-01-01-another-test-markdown.md b/_posts/2016-01-01-another-test-markdown.md index 9216fe4..3bf7905 100644 --- a/_posts/2016-01-01-another-test-markdown.md +++ b/_posts/2016-01-01-another-test-markdown.md @@ -25,6 +25,16 @@ $ \rho {\rm{FOD}} = \sum\limits{\sigma ,i} {(\delta _1 - \delta _2 n_i^\sigma )| $$ \rho {\rm{FOD}} = \sum\limits{\sigma ,i} {(\delta _1 - \delta _2 n_i^\sigma )|\phi _i^\sigma ({\bf{r}})|^2} $$ +{{ "here is a liquid filter." | capitalize }} + +{% capture test %} +\`escape inline code\` +`inline code` +Here is a **capture block**. +{% endcapture %} + +{{ test | markdownify }} + :+1: :bolivia: @@ -73,7 +83,6 @@ for (a, b), neighbors in common_neighbors.items(): particle_counts[a].update([cna_signature]) {% endhighlight %} - |: |: :|: $$O_3 + C_2H_2 \rightarrow $$ :|||: $$O_3 + C_2H_4 \rightarrow $$ :|||: :| |: ^^ Method :| ^^ $$\lambda^a$$ | vdW | TS | cycloadd. | vdW | TS | cycloadd. | ^^ MAE | |-------------------------|-------------------|--------|-------|------------------------|-------|------|----------------------|-----------| @@ -91,10 +100,11 @@ for (a, b), neighbors in common_neighbors.items(): |^^ spancell1 || spancell2 || cell | spancell3 || {:class="custom-table"} - +<script> |:-----:|:-----:|:-----:|:-----:| | (0,0) | (0,1) | (0,2) | (0,3) | | (1,0) || ^^ | (1,3) | +</script> |:-----:|:-----:|:-----:|:-----:| ---- | @@ -163,3 +173,4 @@ Tips: The two markdown examples below both create this table. Use pipes `{% raw %}(`|`){% endraw %}` to delineate columns, and dashes to delineate the header row from the rest of the table. + |