New doc theme (#387)

This commit is contained in:
Phil Scott
2021-04-24 16:20:59 -04:00
committed by GitHub
parent b568098d5e
commit 2a9fbb1ee9
145 changed files with 197984 additions and 8746 deletions

View File

@ -5,9 +5,9 @@ RedirectFrom: rule
The `Rule` class is used to render a horizontal rule (line) to the terminal.
<img src="../assets/images/rule.png" style="width: 100%;" />
![Example of rule output](../assets/images/rule.png)
# Usage
## Usage
To render a rule without a title:
@ -29,7 +29,7 @@ AnsiConsole.Render(rule);
───────────────────────────────── Hello ─────────────────────────────────
```
### Title alignment
## Title alignment
You can set the rule's title alignment.