FileSource reads Markdown content from local files.
Instance methods
name
Returns a human-readable name for this source.
Sourceread
Reads the file content and returns it as a string.
Sourcevalid?
Returns true if the file exists and is readable.
Source