pulldown-cmark-frontmatter 0.3.0

A Frontmatter extractor for Markdown documents
Documentation
1
2
3
4
5
6
7
8
9
10
# Frontmatter Example Document

```toml
author = "https://fosstodon.org/@ecton"
last_updated_at = "2023-01-10 08:54:12-08:00" # date --rfc-3339=seconds
```

This is an example document with embedded frontmatter. The
pulldown-cmark-frontmatter crate removes the frontmatter code block so that it
does not show up in the final output.