Markdown LSP
Environment v1.0
Deploy
Workspace
Local Files
intro.md
api-ref.md
New Document
intro.md
config.json
Editor
# Welcome to the Markdown LSP This prototype simulates a **Language Server Protocol** environment. ## Key Features - **Real-time Preview**: Changes reflect instantly on the right. - **Generic Code Blocks**: Support for any language tag. - **Wiki-Links**: Double bracket syntax is recognized. ```javascript // This is a generic code block function greet() { console.log("LSP connected!"); } ``` ```python def health_check(): return "OK" ``` [[getting-started]] [[api-reference]]
Compiled Preview