This document demonstrates all supported rendering features.
This is a paragraph with bold text and italic text.
Another paragraph demonstrating inline links: visit the AngleSharp docs for parser details, or check Spectre.Console for the rendering library.
using Spectre.Console;
AnsiConsole.MarkupLine("[bold cyan]Hello, MdTerm![/]");def greet(name: str) -> str:
return f"Hello, {name}!"| Feature | ASCII Mode | Pixel Mode |
|---|---|---|
| Headings | Figlet | True |
| Colors | ANSI | True |
| Code Blocks | Panel | Highlight |
| Tables | Rounded | Styled |
| Portability | High | Low |
- First item
- Second item
- Third item
- Install dependencies
- Build the project
- Run the application
Reference links inline: GitHub, NuGet, and the Markdown Guide.