Рет қаралды 503
16 Markdown Transformer Remark Plugin #tuto #tutorial
It recognizes files with the following extensions as Markdown:
md
markdown
Each Markdown file is parsed into a node of type MarkdownRemark.
All frontmatter fields are converted into GraphQL fields. TODO link to docs on auto-inferring types/fields.
This plugin adds additional fields to the MarkdownRemark GraphQL type including html, excerpt, headings, etc. Other Gatsby plugins can also add additional fields.