using_pip/.jupyter/lab/user-settings/@jupyterlab/markdownviewer-extension/plugin.jupyterlab-settings

14 lines
462 B
Text
Raw Normal View History

2025-10-20 03:23:45 +00:00
{
// 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
}