Description
Parse a Pandoc to a composite value.
Description
Provides a functionality for transforming a Pandoc into a vinyl/composite record.
README.md
Compdoc - Composite Pandoc Format
Compdoc is an alternative format for reading pandoc markdown data using composite and composite-aeson.
Compdoc will read a pandoc markdown file according to the JsonFormat
that you supply to parse the metadata, and place the main body in an FContents
fields that can be accessed with the lens view fContent
.