Open
Description
Task
Migrate to YAML completely.
Motivation
It's better to use well-known syntax then extending Markdown with some special constructs. Furthermore it's much easier provide Intellisence for YAML via JSON schema then writing my own LSP server for Markdown-like language.
Also, directory pages require tags for examples to specify for instance whether some subdirectory or file is optional. It will be easier to do in YAML.
Notes
Migration should be done in automatic mode, via CLIP -> YAML converter and after complete v2.7.9 syntax support including syntax highlighting and snippets. LSP will not be implemented for v2.7.0 version.