From c7b75a42eb4370226d427678f1f5ea18bd5e2ea8 Mon Sep 17 00:00:00 2001 From: agrygo Date: Mon, 11 Feb 2019 16:43:18 -0700 Subject: [PATCH] added breaks to list (#28904) * added breaks to list added breaks to Data Sources section for readability * fix: properly formatted ordered list --- guide/english/gatsbyjs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/english/gatsbyjs/index.md b/guide/english/gatsbyjs/index.md index 146074be86..8cf0ce6d6e 100644 --- a/guide/english/gatsbyjs/index.md +++ b/guide/english/gatsbyjs/index.md @@ -14,9 +14,9 @@ Gatsby builds sites with the data provided by developer, regardless of the sourc #### Data sources Gatsby accepts the data behind the site in various formats, such as: -1- CMSs: Wordpress, Contenful, Drupal, etc. -2- Markdown: Documentation, posts, etc. -3- Data: APIs, Databasses, JSON, CSV, etc. +1. CMSs: Wordpress, Contenful, Drupal, etc. +2. Markdown: Documentation, posts, etc. +3. Data: APIs, Databasses, JSON, CSV, etc. #### Build Gatsby's build is powered by GraphQL and rendered through HTML, CSS, and React.