mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 01:38:01 +01:00
17 lines
649 B
Plaintext
17 lines
649 B
Plaintext
{{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
|
|
|
|
<h1 id="{{id}}" data-uid="{{uid}}" class="text-break">{{>partials/title}}</h1>
|
|
<div class="markdown level0 summary">{{{summary}}}</div>
|
|
<div class="markdown level0 conceptual">{{{conceptual}}}</div>
|
|
<div class="markdown level0 remarks">{{{remarks}}}</div>
|
|
|
|
{{#children}}
|
|
<h3 id="{{id}}">{{>partials/namespaceSubtitle}}</h3>
|
|
{{#children}}
|
|
<dl class="jumplist">
|
|
<dt><xref uid="{{uid}}" altProperty="fullName" displayProperty="name"/></dt>
|
|
<dd>{{{summary}}}</dd>
|
|
</dl>
|
|
{{/children}}
|
|
{{/children}}
|