adletaw / captioner

an R package for generating figure/table numbers and captions, especially for Rmd docs
Other
105 stars 22 forks source link

Added option to format the caption. #26

Closed lselzer closed 8 years ago

lselzer commented 8 years ago

Hello, I added the posibility to apply a format to the first part of the caption, i.e the label and the number. I think this is useful because it makes it easy change the format in markdown.

format Character string that specifies the markdown format for the figure caption. Posible values are: none: normal face text bold or b: bold face text italic or i: italic face text bold-italic or bi: bold-italic face text Default is none

adletaw commented 8 years ago

Hi! Thanks for your interest in captioner. I'll take a look at this in the near future, but development is currently on hold.

adletaw commented 8 years ago

Hi there @lselzer,

These changes were implemented in an earlier merged pull request (see #21).

Thanks!