Skip to content

Commit

Permalink
Format Markdown (gatsbyjs#3058)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Nov 29, 2017
1 parent 6dc5052 commit fc06185
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# gatsby-source-filesystem

Plugin for creating `File` nodes from the file system. The various
"transformer" plugins transform `File` nodes into various other types of data
e.g. `gatsby-transformer-json` transforms JSON files into JSON data nodes and
Plugin for creating `File` nodes from the file system. The various "transformer"
plugins transform `File` nodes into various other types of data e.g.
`gatsby-transformer-json` transforms JSON files into JSON data nodes and
`gatsby-transformer-remark` transforms markdown files into `MarkdownRemark`
nodes from which you can query an HTML representation of the markdown.

Expand Down

0 comments on commit fc06185

Please sign in to comment.