v0.1.3
Many small fixes were done in this release, including:
- fix: handle addition in scss template by @machow in #72
- add hyperlinks in table example by @kmasiello in #70
- Implement the
tab_style()
method by @rich-iannone in #68 - Ensure that
tab_source_note()
works when usingmd()
orhtml()
by @rich-iannone in #77 - ci: pre-commit checks by @machow in #78
- Make invocation
loc.body()
default to all columns and rows by @rich-iannone in #79
New Contributors
- @kmasiello made their first contribution in #70