From 6f0f6392e7bb6bdd360f707974bcb2993dea1125 Mon Sep 17 00:00:00 2001 From: Fernando Mayer <fernandomayer@gmail.com> Date: Tue, 15 Sep 2015 16:03:16 -0300 Subject: [PATCH] Improved documentation --- man/knit2wpCrayon.Rd | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/man/knit2wpCrayon.Rd b/man/knit2wpCrayon.Rd index d916883..d23869a 100644 --- a/man/knit2wpCrayon.Rd +++ b/man/knit2wpCrayon.Rd @@ -27,16 +27,17 @@ page.} \item{publish}{logical, if the post is to be published or stay in draft mode.} -\item{write}{logical, is the result of knit be written to a html - file. This is useful to copy from this file and paste inside the - wordpress post editor (on text mode, not visual mode).} +\item{write}{logical, if the result of knit should be written to a + html file. This is useful to copy from this file and paste inside + the Wordpress editor (on text mode, not visual mode).} } \value{ -None is returned by the function. +Nothing is returned by the function. } \description{ -This function improves the \code{RWordPress::knit2wp} to - allow properly render code when using Crayon Sintax Highlighter. +This function improves \code{RWordPress::knit2wp} to + allow properly render code when using Crayon Sintax Highlighter + in Wordpress. } \examples{ \donttest{ -- GitLab