Skip to content

v0.3.2: lua interlinks filter

Compare
Choose a tag to compare
@machow machow released this 23 May 17:42
· 432 commits to main since this release
1c8bd3c

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`

Full Changelog: v0.3.1...v0.3.2