mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 00:42:51 +08:00

* Renames Spectre.Cli to Spectre.Console.Cli. * Now uses Verify with Spectre.Console.Cli tests. * Removes some duplicate definitions. Closes #168
12 lines
168 B
Plaintext
12 lines
168 B
Plaintext
Title: Appendix
|
|
Order: 100
|
|
---
|
|
|
|
<h1>Sections</h1>
|
|
|
|
<ul>
|
|
@foreach (IDocument child in OutputPages.GetChildrenOf(Document))
|
|
{
|
|
<li>@Html.DocumentLink(child)</li>
|
|
}
|
|
</ul> |