MarkdownFileSource Pennington.Pipeline
Content sourced from a markdown file on disk.
Properties
PathPennington.Routing.FilePath- Absolute path to the markdown file.
Constructors
.ctor
#public record MarkdownFileSource(FilePath Path);Content sourced from a markdown file on disk.
Parameters
PathFilePath- Absolute path to the markdown file.
Pennington.Pipeline.MarkdownFileSource
namespace Pennington.Pipeline;
/// Content sourced from a markdown file on disk.
public record MarkdownFileSource
{
/// Content sourced from a markdown file on disk.
public record MarkdownFileSource(FilePath Path);
/// Absolute path to the markdown file.
FilePath Path
;
}