Markata

Latest version: v0.9.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.6.1

- Fix: allow feeds to be used from within Markdown.

Feeds in Markdown

markdown
{% for post in markata.feeds.docs.posts %}
[{{post.title}}](/{{post.slug}})
{% endfor %}

0.6.0

- Fix: article_html is not available to jinja 0.6.0.dev1 105
- Fix: service worker is not upating client without hard refresh 0.6.0.dev2
106
- Feat: create teardown lifecycle method 0.6.0.dev3 110
- Fix: implement teardown on all raises 0.6.0.dev4 111
- Fix: implement teardown in pyinstrument plugin 0.6.0.dev5 112
- Feat: Automatically call teardown without needing to remember it before raise
0.6.0.dev6 113
- Fix: only stop the profiler if it is running 0.6.0.dev7 114
- Fix: map was giving inconsistent results 0.6.0.dev8 116
- Fix: tui continuously rebuilds if an input file exists in a parent directory
to the output directory 0.6.0.dev9 118
- Feat: report the cache stats for the current run 0.6.0.dev11 121
- Fix: prevent zerodivisionerror when reporting stats 0.6.0.dev12 122
- Fix: properly set the pyinstrument profiler to prevent recurrsion errors
0.6.dev13 123
- Clean: cli attributes (`runner`, `summary`, `server`, `plugins`) are now
added as Markata properties through `register_attr` rather than directly to
the class 0.6.0.dev13 107
- Fix: Markata tui will remain running even when the runner fails 0.6.0.dev13
107
- Fix: Pinned to `textual<0.2.0` due to breaking changes 0.6.0.dev13 107
- Fix: snyk remove seuptools from requirements 0.6.0.dev14 130
- Fix: Markata.filter was missing post and m 0.6.0.dev14 133
- Feat: add `path_prefix` config for gh-pages deploy 0.6.0.dev15 132 fixes 57
- Feat: created `markata plugin show` cli command 0.6.0.dev16 109
- Feat: use `path_prefix` in nav entries 0.6.0.dev17 136
- Feat: enable wikilinks extension by default 0.6.0.dev18 138
- Feat: `markata` instance is available form inside card_template for feeds
0.6.0.dev19 139

wikilinks

wikilinks are now enabled by default ex: `[[home-page]]`. This will create a
link `<a class="wikilink" href="/home-page/">home-page</a>`. This will
automagically work if you leave `markata.plugins.flat_slug` plugin enabled
(which is by default).

> ProTip: this was highly inspired by the
> [marksman-lsp](https://github.com/artempyanykh/marksman) by
> [artempyanykh](https://github.com/artempyanykh/), which can autocomplete post
> links in this style for you.

[[home-page]]

0.5.5

- Fix: Icon resize broken from PIL 10.0.0 release

0.5.4

- Fix: broken `markata new` command due to pydantic v2 compatability with copier.

0.5.2

- clean up unnecessary images_url is missing warning 104 0.5.2.dev1

0.5.1

- fix: contrast ratio on admonitions was insufficient for A11y 103 0.5.1.dev0

Page 3 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.