mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 13:28:16 +08:00
Remove Render
from docs in favor of Write
(#613)
The `Render` method has been obsoleted.
This commit is contained in:
@ -35,7 +35,7 @@ table.AddRow("Baz", "[green]Qux[/]");
|
||||
table.AddRow(new Markup("[blue]Corgi[/]"), new Panel("Waldo"));
|
||||
|
||||
// Render the table to the console
|
||||
AnsiConsole.Render(table);
|
||||
AnsiConsole.Write(table);
|
||||
```
|
||||
|
||||
This will render the following output:
|
||||
|
Reference in New Issue
Block a user