tags: markdown kramdown sivunkuvauskieli
Kirves on kyllä kätevä, muttei mahdu taskuun. -- Minä
Helpompi tapa kirjoittaa HTML -koodia. Ja nopeampi.
Sivunkuvaus (.md)
Haluttu lopputulos kuvataan Markdown-kielellä:
This is a text with a footnote[^1].
term
: definition
: another definition
yet another term
and another term
: and a definition for the term
| Header1 | Header2 | Header3 |
|:--------|:-------:|--------:|
| cell1 | cell2 | cell3 |
| cell4 | cell5 | cell6 |
| | | |
| cell1 | cell2 | cell3 |
| cell4 | cell5 | cell6 |
| | | |
| Foot1 | Foot2 | Foot3
{: rules="groups"}
[^1]: And finally, here is the definition.
Lopputulos (.html)
Markdownia tukevalla työkalulla saadaan aikaan:
This is a text with a footnote[^1].
term : definition : another definition
yet another term and another term : and a definition for the term
| Header1 | Header2 | Header3 |
|---|---|---|
| cell1 | cell2 | cell3 |
| cell4 | cell5 | cell6 |
| cell1 | cell2 | cell3 |
| cell4 | cell5 | cell6 |
| Foot1 | Foot2 | Foot3 |
| {: rules="groups"} |
[^1]: And finally, here is the definition.