diff --git a/exampleSite/content/en/about.adoc b/exampleSite/content/en/about.adoc index dc4611d..6945bbc 100644 --- a/exampleSite/content/en/about.adoc +++ b/exampleSite/content/en/about.adoc @@ -16,4 +16,4 @@ On top of what Contentful already provides, here are some features this theme pr * Multiple themes with Base16 themes including the ability to set the light and dark themes. * Focus on web accessibility and search engine optimization (SEO) including https://dev.twitter.com/cards[Twitter cards] and https://opengraphprotocol.org/[Open Graph protocol]. -For those who want to extend More Contentful, link:../articles/extending-contentful[a dedicated post on some useful recipes] is available. +For those who want to extend More Contentful, link:../recipes[a dedicated post on some useful recipes] is available. diff --git a/exampleSite/content/en/articles/asciidoctor-article-template.adoc b/exampleSite/content/en/articles/asciidoctor-article-template.adoc index f36f5fb..34e05aa 100644 --- a/exampleSite/content/en/articles/asciidoctor-article-template.adoc +++ b/exampleSite/content/en/articles/asciidoctor-article-template.adoc @@ -71,6 +71,32 @@ You could also do source code inputs with the following syntax. ===== Fourth level heading .Table title +|=== +|Column heading 1 |Column heading 2 |Column heading 3 |Column heading 4 + +|Column 1, row 1 +|Column 2, row 1 +|Column 3, row 1 +|Column 4, row 1 + +|Column 1, row 2 +|Column 2, row 2 +|Column 3, row 2 +|Column 4, row 2 + +|Column 1, row 3 +|Column 2, row 3 +|Column 3, row 3 +|Column 4, row 3 + +|Column 1, row 4 +|Column 2, row 4 +|Column 3, row 4 +|Column 4, row 4 +|=== + +Here's another table. + |=== |Column heading 1 |Column heading 2 @@ -79,6 +105,9 @@ You could also do source code inputs with the following syntax. |Column 1, row 2 |Column 2, row 2 + +|Column 1, row 3 +|Column 2, row 3 |=== ====== Fifth level heading