Skip to content

v0.3.0

Compare
Choose a tag to compare
@jennybc jennybc released this 16 May 23:01
  • The crayon.enabled option is explicitly set to FALSE when rendering the reprex (#238, #239).

  • Expression input is once again captured via substitute() (as opposed to rlang::enexpr()), which is more favorable for reprexes involving tidy eval (#241).

  • New venue "html" to render HTML fragments, useful for pasting in sites without markdown but that allow HTML (#236 @cwickham).

  • The YAML of reprex's template has been updated in light of the stricter YAML parser used in Pandoc >= 2.2.2.

  • rlang::set_attrs() has been soft-deprecated and is no longer used internally.