- Log all uncaught exceptions through the default logger.
- Feed
config.logging
tologging.basicConfig
instead ofcoloredlogs
to allow fancier logging configs like multiple log handlers.
- Removed
coloredlogs
.
RelatedEntriesLinter
, which verifies that related entries exist. It's enabled by default.HeadMatterLinter
to create other linters for head matter.
- Head matter no longer supports comma-separated lists:
---
Related_posts: this, does, not, work
Related_posts:
this
still
works
---
- Linters now return the exact line and column range of linting errors
entry.date_updated
is now timezone-aware
config.markdown_extensions
to configure extensions of the markdown renderer. Seeursus/config.py
for usage.
- Project-specific markdown extensions:
WrappedTableExtension
,CurrencyExtension
,TypographyExtension
- Markdown-related configs that are now replaced by
config.markdown_extensions