NAME
File::Serialize::Serializer::Markdown - Markdown (with frontmatter) serializer for File::Serialize
VERSION
version 1.5.1
DESCRIPTION
Converts Markdown files with YAML frontmatter. This is a file format that looks like
---
slug: benchmark
title: Benchmarking all the things
tags:
- test
- benchmark
- perl
---
# Benchmarking all the things
Blah blah blah...
The markdown content of the file is assigned the key _content
.
AUTHOR
Yanick Champoux <yanick@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021, 2019, 2017, 2016, 2015 by Yanick Champoux.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.