mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
16 lines
No EOL
406 B
HTML
16 lines
No EOL
406 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<div class="container">
|
|
<div class="row single-page">
|
|
<div class="col-lg-2 d-none d-xl-block">
|
|
</div>
|
|
<div class="col-md-12 col-lg-8">
|
|
<h1>{{ page.title }}</h1>
|
|
<div id="markdown-content-container">{{ content }}</div>
|
|
</div>
|
|
<div class="col-lg-2 d-none d-xl-block">
|
|
</div>
|
|
</div>
|
|
</div> |