We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the front-matter is invalid, the preview server can crash.
example:
--- toc: show: false title: "Welcome" dd==::1 ---
we should probably try catch this: https://github.com/observablehq/cli/blob/af451f56694c6fd207b0ef50b56c206bcf98aa52/src/markdown.ts#L381
The text was updated successfully, but these errors were encountered:
closes #215
8e749b3
handle invalid front-matter errors (#243)
47fe518
Use an object config to skip gray-matter's caching (see jonschlinkert/gray-matter#166) closes #215
Fil
Successfully merging a pull request may close this issue.
If the front-matter is invalid, the preview server can crash.
example:
we should probably try catch this:
https://github.com/observablehq/cli/blob/af451f56694c6fd207b0ef50b56c206bcf98aa52/src/markdown.ts#L381
The text was updated successfully, but these errors were encountered: