v0.3.2: lua interlinks filter
Note that this PR removes the old python interlinks filter, in favor of a lua one. This enables people to use versions of quarto v1.3+.
The filter should be installed automatically, when you run quarto add extension machow/quartodoc
.
What's Changed
- docs: miscellaneous updates by @machow in #148
- feat: Lua interlinks filter by @machow in #128
- The only change in behavior should be the output if it cannot find an item to create a link from. Previously, for a link like
:function:`my_func`
it output the full input. The new output is closer to a reader might expect. - old output:
:function:`my_func`
- new output:
`my_func`
- The only change in behavior should be the output if it cannot find an item to create a link from. Previously, for a link like
Full Changelog: v0.3.1...v0.3.2