Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.27 KB

File metadata and controls

58 lines (37 loc) · 1.27 KB

MdTerm Rendering Sample

This document demonstrates all supported rendering features.

Headings

Third-Level Heading

Fourth-Level Heading

Fifth-Level Heading
Sixth-Level Heading

Text Formatting

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.

Code Blocks

using Spectre.Console;

AnsiConsole.MarkupLine("[bold cyan]Hello, MdTerm![/]");
def greet(name: str) -> str:
    return f"Hello, {name}!"

Tables

Feature ASCII Mode Pixel Mode
Headings Figlet True
Colors ANSI True
Code Blocks Panel Highlight
Tables Rounded Styled
Portability High Low

Unordered List

  • First item
  • Second item
  • Third item

Ordered List

  1. Install dependencies
  2. Build the project
  3. Run the application

Multiple Links

Reference links inline: GitHub, NuGet, and the Markdown Guide.