- 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]]