python-markdown-full-yaml-metadata icon indicating copy to clipboard operation
python-markdown-full-yaml-metadata copied to clipboard

YAML metadata extension for Python-Markdown

Results 5 python-markdown-full-yaml-metadata issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [coveralls](https://togithub.com/TheKevJames/coveralls-python) ([changelog](https://togithub.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md)) | `^3.3.1` -> `^4.0.0` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pytest-cov](https://togithub.com/pytest-dev/pytest-cov) ([changelog](https://pytest-cov.readthedocs.io/en/latest/changelog.html)) | `^4.0.0` -> `^5.0.0` |...

I noticed that some parts of the code don't pass your linter checks. This is common for projects with only one main developer where you sometimes push directly instead of...

This might work for very simple metadata, like: ``` title: Foo bar date: 2020-01-01 10:00:00 This is text ``` If the metadata delimiters are not found and the option is...