chore: update another-test-markdown post
This commit is contained in:
parent
128e75bb84
commit
7b212e2efb
1 changed files with 25 additions and 1 deletions
|
@ -35,6 +35,9 @@ Here is a **capture block**.
|
||||||
|
|
||||||
{{ test | markdownify }}
|
{{ test | markdownify }}
|
||||||
|
|
||||||
|
{% assign x = 100 %} {% assign x = x | divided_by: 3 %}
|
||||||
|
100 / 3 = {{ x }}
|
||||||
|
|
||||||
:+1:
|
:+1:
|
||||||
:bolivia:
|
:bolivia:
|
||||||
|
|
||||||
|
@ -136,9 +139,30 @@ for (a, b), neighbors in common_neighbors.items():
|
||||||
|Citric acid cycle | 2 ATP ||
|
|Citric acid cycle | 2 ATP ||
|
||||||
|^^ | 6 NADH | 15 ATP |
|
|^^ | 6 NADH | 15 ATP |
|
||||||
|^^ | 2 FADH | 3 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 :||||
|
||||||
|
| ------- | ------------------------- | -------------------- | ----------- |
|
||||||
|
|: :|: <div style="color: red;"> < Normal HTML Block > </div> :|||
|
||||||
|
| ^^ | 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
|
9 \* 9
|
||||||
|
|
||||||
| 1 \* 1 = 1 |
|
| 1 \* 1 = 1 |
|
||||||
|
|
Loading…
Reference in a new issue