-
DescriptionMy goal is that the markdown document be rendered as children alongside the layout.
Steps to reproduceMinimal reproduction: https://github.com/kirillmcclintock/gatsby-bug-repro Clone the github repo. Run "gatsby develop". Observe errors. Expected resultThe "gatsby develop" command should finish without errors. Actual resultThe "gatsby develop" command returns errors.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The issue was the extra blank line above the first set of dashes in |
Beta Was this translation helpful? Give feedback.
The issue was the extra blank line above the first set of dashes in
some-markdown.md
. Deleting it solved the problem.