using_uv/.jupyter/lab/user-settings/@jupyterlab/markdownviewer-extension/plugin.jupyterlab-settings
2025-10-19 23:37:17 -04:00

13 lines
462 B
Text

{
// Markdown Viewer
// @jupyterlab/markdownviewer-extension:plugin
// Markdown viewer settings.
// *******************************************
// Hide Front Matter
// Whether to hide YAML front matter.
// The YAML front matter must be placed at the top of the document,
// started by a line of three dashes (---) and ended by a line of
// three dashes (---) or three points (...).
"hideFrontMatter": true
}