eyeseast / python-frontmatter

Parse and manage posts with YAML (or other) frontmatter
http://python-frontmatter.rtfd.io
MIT License
333 stars 42 forks source link

Use handler.detect instead of global dict #80

Closed eyeseast closed 3 years ago

eyeseast commented 3 years ago

Closes #48

Consolidate format detection in handler.detect instead of the global pattern: handler dictionary. Still the same testing order: YAML, JSON, TOML.