Releases: atusy/ftExtra
Releases Β· atusy/ftExtra
v0.6.4
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.2
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
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.4.0
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).