Skip to content

v2.38.0

Choose a tag to compare

@jolars jolars released this 24 Apr 15:23
· 791 commits to main since this release
2ea94ca

Features

  • cli: default to global cache dir (52ed047), closes #207

Bug Fixes

  • formatter: don't break display math inside emphasis (d2eee34), closes #214
  • formatter: handle nested lists with continuation (185fa02), closes #212
  • parser: don't let definition list adopt trailing list (b2fba48)
  • properly parse and format blockquote markers in deflist (b27eeb7), closes #209
  • lsp: only complete real @-type references (0419b45)
  • formatter: strip whitespace from code in list (b1b60c0)
  • parser: allow Rcpp as known language in hahspipe parse (0fd5979)
  • lsp: don't lowercase bib entries (2ee14d9)
  • formatter: allow Rcpp as language for clang-format (521e087)
  • linter: correctly normalize bookdown equation label (dd7b736)
  • lsp: harden go-to-definition/reference triggers (16a9364)
  • linter: don't mix references with chunk labels (077db86)
  • handle UTF-8 boundary bug in table parsing (2c4e20f), closes #211
  • parser: correctly emit blanklines in tables/captions (0465f45), closes #210