Fake Article
Berend De Schouwer
We’re going to add every reStructured text bit we use into this page, so we’ve got a working example, and a standardised way to do it.
That means paragraphs, headings and tables, but also code
print("Pelican is a static site generator.")
# To look at the development site
make html
# To publish
make publish
int main(int argc, char * argv[]) {
/* bad c */
return -1;
}
Header row, column 1 (header rows optional) | Header 2 | Header 3 | Header 4 |
---|---|---|---|
body row 1, column 1 | column 2 | column 3 | column 4 |
body row 2 | Cells may span columns. | ||
body row 3 | Cells may span rows. |
|
|
body row 4 |