From 128e75bb846ae43a5d4f1f50629efebf4ab93f5c Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Fri, 17 Jul 2020 18:01:19 +0800 Subject: chore: update another test markdown post --- _posts/2016-01-01-another-test-markdown.md | 15 +++++++++++++-- 1 file 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"} - + |:-----:|:-----:|:-----:|:-----:| ---- | @@ -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. + -- cgit v1.2.3