Contains an implementation of the IReadable and IWritable interfaces to access yml files. Depends on the assemblies TeleScope.Persistence.Abstractions and YamlDotNet.
If you've ever worked on an app and you needed quick access to something that can read a Markdown file with YAML front-matter, then this is your library. Using YamlDotNet and Markdig, we take your YAML object, serialize it for you, and give you Markdown and parsed HTML for your page data.