NEWS.md
colformat_md
. Currently, one footnote per a cell is allowed, and it must be located at the end of the cell content (#22).footnote_options()
to configure options for footnotes (#23).colformat_md(part = "header")
(#23)..underline
class and the color
, shading.color
, and font.family
attributes (#24).md_extensions
and pandoc_args
arguments to colformat_md()
and as_paragraph_md()
(#26, #29).r-patched-solaris-x86
fails because of missing pandoc.colformat_md(as_flextable(data.frame('a\\\nb', stringsAsFactors = FALSE)))
).colformat_md()
colformat_md(auto_color_link = 'red')
..from
argument to specify Pandoc’s --from
argument.j
argument so that users can choose which columns to be treated as markdown based on dplyr::select()
’s semantics.as_paragraph_md
which parses markdown texts on selected cells rather than selected columns. Use this function within flextable::compose
.colformat_md()
which parses markdown text in the body of the flextable object.separate_header()
which separates header into multiple rows based on regular expression.span_header()
which separates header into multiple rows based on regular expression, and spans them if the adjacent values share the same value.with_blanks()
which inserts blank columns based on the semantics of dplyr::select
.as_flextable.data.frame
to convert data frames to flextable.as_flextable.grouped_df
to convert grouped data frames to flextable.