Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 401 Bytes

Summary.Markdown.Md.md

File metadata and controls

22 lines (16 loc) · 401 Bytes
public record Md(string Name, string Content)

A Markdown document file.

Properties

public string Name { get; }

The name of the document file.

public string Content { get; }

The content of the document document.