public record Md(string Name, string Content)
A Markdown document file.
public string Name { get; }
The name of the document file.
public string Content { get; }
The content of the document document.
public record Md(string Name, string Content)
A Markdown document file.
public string Name { get; }
The name of the document file.
public string Content { get; }
The content of the document document.