From 1869bf6f8eca33e6cf9222f98ffb476a49629860 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 16 Nov 2023 18:04:00 -0600 Subject: Tidy up posts --- _i18n/en/_posts/2017-12-15-table-example.md | 111 ---------------------------- 1 file changed, 111 deletions(-) delete mode 100644 _i18n/en/_posts/2017-12-15-table-example.md (limited to '_i18n/en/_posts/2017-12-15-table-example.md') diff --git a/_i18n/en/_posts/2017-12-15-table-example.md b/_i18n/en/_posts/2017-12-15-table-example.md deleted file mode 100644 index af03411..0000000 --- a/_i18n/en/_posts/2017-12-15-table-example.md +++ /dev/null @@ -1,111 +0,0 @@ ---- -layout: post -title: Table example -subtitle: -categories: example -tags: [table] ---- - -## Table example as below - -**For now, these extended features are provided:** - -* Cells spanning multiple columns -* Cells spanning multiple rows -* Cells text align separately -* Table header not required -* Grouped table header rows or data rows - -### Rowspan and Colspan -^^ in a cell indicates it should be merged with the cell above. -This feature is contributed by [pmccloghrylaing](https://github.com/pmccloghrylaing). - -| Stage | Direct Products | ATP Yields | -| ----: | --------------: | ---------: | -|Glycolysis | 2 ATP || -|^^ | 2 NADH | 3--5 ATP | -|Pyruvaye oxidation | 2 NADH | 5 ATP | -|Citric acid cycle | 2 ATP || -|^^ | 6 NADH | 15 ATP | -|^^ | 2 FADH | 3 ATP | -| 30--32 ATP ||| - -[ Net ATP yields per hexose] - -### Multiline -A backslash at end to join cell contents with the following lines. -This feature is contributed by [Lucas-C](https://github.com/Lucas-C). - -|: Easy Multiline :||| -|:------ |:------ |:-------- | -| Apple | Banana | Orange \ -| Apple | Banana | Orange \ -| Apple | Banana | Orange -| Apple | Banana | Orange \ -| Apple | Banana | Orange | -| Apple | Banana | Orange | - - -### Headerless -Table header can be eliminated. - -|--|--|--|--|--|--|--|--| -|♜ | |♝ |♛ |♚ |♝ |♞ |♜ | -| |♟ |♟ |♟ | |♟ |♟ |♟ | -|♟ | |♞ | | | | | | -| |♗ | | |♟ | | | | -| | | | |♙ | | | | -| | | | | |♘ | | | -|♙ |♙ |♙ |♙ | |♙ |♙ |♙ | -|♖ |♘ |♗ |♕ |♔ | | |♖ | - - -```markdown -|: Fruits \|\| Food :||| -|:-------- |:-------- |:------------ | -| Apple |: Apple :| Apple \ -| Banana | Banana | Banana \ -| Orange | Orange | Orange | -|: Rowspan is 5 :||: How's it? :| -|^^ A. Peach ||^^ 1. Fine | -|^^ B. Orange ||^^ 2. Bad $I = \int \rho R^{2} dV$ | -|^^ C. Banana || It's OK! ![example image][my-image] | -``` - -### Text Alignment -Table cell can be set alignment separately. - -| \:Fruits || Food :| -|:-------- |:------ |:-------- | -| Apple | Banana | Orange | -| Apple | Banana | Orange | - - -| | Fruits\:: || -|:-------- |:------ |:-------- | -| Apple | Banana | Orange | -| Apple | Banana | Orange | - - -|: \:Fruits :|| |: Food :|| -|:-------- |:------ |:-------- |:-------- |:------ | -| Apple | Banana | Orange |: Strawberry :| -| Apple & Banana || ^^ | Peach :|| - - -|: \:Fruits :|| |: Food :|| -| Apple | Banana | Orange |: Strawberry :| - - -|: Fruits \|\| Food :||| -|:-------- |:-------- |:------------ | -| Apple |: Apple :| Apple \ -| Banana | Banana | Banana \ -| Orange | Orange | Orange | -|: Rowspan is 5 :||: How's it? :| -|^^ A. Peach ||^^ 1. Fine | -|^^ B. Orange ||^^ 2. Bad $I = \int \rho R^{2} dV$ | -|^^ C. Banana || It's OK! ![example image][my-image] | - -[my-image]: http://www.unexpected-vortices.com/sw/rippledoc/example-image.jpg "An exemplary image" - -- cgit v1.2.3