From 7b212e2efb54ef67b119f0d200af3483af4a8228 Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Sun, 2 Aug 2020 12:06:53 +0800 Subject: [PATCH] chore: update another-test-markdown post --- _posts/2016-01-01-another-test-markdown.md | 26 +++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/_posts/2016-01-01-another-test-markdown.md b/_posts/2016-01-01-another-test-markdown.md index 3bf7905..1a70ac0 100644 --- a/_posts/2016-01-01-another-test-markdown.md +++ b/_posts/2016-01-01-another-test-markdown.md @@ -35,6 +35,9 @@ Here is a **capture block**. {{ test | markdownify }} +{% assign x = 100 %} {% assign x = x | divided_by: 3 %} +100 / 3 = {{ x }} + :+1: :bolivia: @@ -136,9 +139,30 @@ for (a, b), neighbors in common_neighbors.items(): |Citric acid cycle | 2 ATP || |^^ | 6 NADH | 15 ATP | |^^ | 2 FADH | 3 ATP | -| 30--32 ATP ||| +| 30--32 ATP ||| +{:color-style: style="background: black;" } +{:color-style: style="color: white;" } +{:font-style: style="font-weight: 900; text-decoration: underline;" } + +|: Here's a Inline Attribute Lists example :|||| +| ------- | ------------------------- | -------------------- | ----------- | +|: :|:
< Normal HTML Block >
:||| +| ^^ | Red {: .cls style="background: orange" } ||| +| ^^ IALs | Green {: #id style="background: green; color: white" } ||| +| ^^ | Blue {: style="background: blue; color: white" } ||| +| ^^ | Black {: color-style font-style} ||| + + +[cell image]: https://jekyllrb.com/img/octojekyll.png "An exemplary image" + +| Heading | Column 1 | Column 2 | +|--------------------|---------------|------------------------------------| +| Row 1 | Apple | Orange | +| Row 2 (merged) | Blueberry | Strawberry | +| ^^ | [Plum](https://example.com) | Raspberry ![example][cell image] | + 9 \* 9 | 1 \* 1 = 1 |