From f30002ddf369d7ac1e67e25d916cbd8e61937c21 Mon Sep 17 00:00:00 2001 From: seleznevae Date: Tue, 27 Nov 2018 20:25:53 +0300 Subject: [PATCH] [A] Added tables --- docs/index.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 6e71913..f276998 100644 --- a/docs/index.md +++ b/docs/index.md @@ -42,7 +42,31 @@ These pages contain the API documentation of **libfort** - simple library to cre ~~~~~~~~~~~~~~~~~~~~~ -code block + FT_BASIC_STYLE FT_SIMPLE_STYLE + ++------+--------------------------+------+--------+ +| Rank | Title | Year | Rating | Rank Title Year Rating ++------+--------------------------+------+--------+ ------ -------------------------- ------ -------- +| 1 | The Shawshank Redemption | 1994 | 9.5 | 1 The Shawshank Redemption 1994 9.5 +| 2 | 12 Angry Men | 1957 | 8.8 | 2 12 Angry Men 1957 8.8 +| 3 | It's a Wonderful Life | 1946 | 8.6 | 3 It's a Wonderful Life 1946 8.6 ++------+--------------------------+------+--------+ ------ -------------------------- ------ -------- +| 4 | 2001: A Space Odyssey | 1968 | 8.5 | 4 2001: A Space Odyssey 1968 8.5 +| 5 | Blade Runner | 1982 | 8.1 | 5 Blade Runner 1982 8.1 ++------+--------------------------+------+--------+ + + FT_PLAIN_STYLE FT_DOT_STYLE + + ------------------------------------------------- + Rank Title Year Rating + ------------------------------------------------- + 1 The Shawshank Redemption 1994 9.5 + 2 12 Angry Men 1957 8.8 + 3 It's a Wonderful Life 1946 8.6 + ------------------------------------------------- + 4 2001: A Space Odyssey 1968 8.5 + 5 Blade Runner 1982 8.1 + ~~~~~~~~~~~~~~~~~~~~~