Skip to content

Releases: atusy/ftExtra

v0.6.4

10 May 04:41
ceda37e
Compare
Choose a tag to compare

What's Changed

  • fix(as_paragraph_md): flextable's seq_index is renamed to .chunk_index (fixes #103) by @atusy in #104
  • Fix disappearance of spaces on markdown rendering caused by a change in R 4.4 (closes #105) by @atusy in #106
  • ci(rhub): rhub::setup_rhub() by @atusy in #107
  • release v0.6.4 by @atusy in #108

Full Changelog: v0.6.3...v0.6.4

v0.6.3

03 May 13:33
Compare
Choose a tag to compare

What's Changed

  • fix(colformat_md): follow internal change of flextable data structure by @atusy in #101
  • release v0.6.3 by @atusy in #102

Full Changelog: v0.6.2...v0.6.3

v0.6.2

29 Feb 10:51
862c502
Compare
Choose a tag to compare

What's Changed

  • fix(ast): avoid error on HorizontalRule with a fallback and a warning by @atusy in #98

Full Changelog: v0.6.1...v0.6.2

v0.6.1

29 Sep 03:58
Compare
Choose a tag to compare

What's Changed

  • deprecate functions masking flextable's implementations... by @atusy in #95
  • Fix example errors in the environments not satisfying the pandoc version by @atusy in #96

Full Changelog: v0.6.0...v0.6.1

v0.6.0

31 Aug 12:16
Compare
Choose a tag to compare
chore: release 0.6.0

v0.5.0

20 Jan 20:53
Compare
Choose a tag to compare
release 0.5.0

v0.4.0

20 Apr 14:12
Compare
Choose a tag to compare
  • as_paragraph_md supports empty string, "", as an input (#68).
  • colformat_md applies on actual content of flextable rather than input dataset (#72).
  • Improved support for the underline syntax in Pandoc's Markdown (#73).