Skip to content

Commit

Permalink
chore(doc): fix code block languages (#20372)
Browse files Browse the repository at this point in the history
* fix code blocks

* revert markdown changes in unordered list
  • Loading branch information
ViCo0TeCH committed Jan 7, 2020
1 parent 9cdc3a2 commit 3e8cad6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Expand Up @@ -39,20 +39,20 @@ Quickly get started using the Gatsby blog theme! This starter creates a new Gats

Here are the top-level files and directories you'll see in a site created using the blog theme starter:

```
```text
gatsby-starter-blog-theme
├── content
│ ├── assets
└── avatar.png
│ └── posts
│ ├── hello-world.mdx
│ └── my-second-post.mdx
├── assets
└── avatar.png
└── posts
├── hello-world.mdx
└── my-second-post.mdx
├── src
│ └── gatsby-theme-blog
│ ├── components
└── bio-content.js
│ └── gatsby-theme-ui
│ └── colors.js
└── gatsby-theme-blog
├── components
└── bio-content.js
└── gatsby-theme-ui
└── colors.js
├── .gitignore
├── .prettierrc
├── gatsby-config.js
Expand Down

0 comments on commit 3e8cad6

Please sign in to comment.