r-lib / gmailr

Access the Gmail RESTful API from R.
https://gmailr.r-lib.org
Other
229 stars 56 forks source link

Add markdown #142

Open statnmap opened 4 years ago

statnmap commented 4 years ago

attachment::att_amend_desc(extra.suggests = "covr", pkg_ignore = "base") could be used after each dev modification.

jimhester commented 4 years ago

Thanks for working on the PR. I think if we were going to add markdown support we should use the rmarkdown package rather than the markdown package.

Please remove the unrelated DESCRIPTION dependency changes.

statnmap commented 4 years ago

I do not see in {rmarkdown} which function I can use to render a text fragment, other than creating a temporary external file to render with html_fragment() .
Did I miss something in the package?