WrapRmd icon indicating copy to clipboard operation
WrapRmd copied to clipboard

RStudio addin for wrapping RMarkdown paragraphs

Results 7 WrapRmd issues
Sort by recently updated
recently updated
newest added

# Before ![image](https://user-images.githubusercontent.com/11330453/102718218-540dc800-42e7-11eb-9a45-70e4c2b285ef.png) Works as expected ![image](https://user-images.githubusercontent.com/11330453/102718303-b6ff5f00-42e7-11eb-994c-4c8334f6b91b.png) # After ![image](https://user-images.githubusercontent.com/11330453/102718235-6851c500-42e7-11eb-97db-5dabf65fd13a.png) But the extra `\` introduced by `WrapRmd` creates problems for rendering the equations: ![image](https://user-images.githubusercontent.com/11330453/102718252-7d2e5880-42e7-11eb-86de-3b434a8175b7.png)

Different from the current behavior, yet it could fit the scope of the package. I prefer each sentence of a document on a separate line. We need to search for...

This lines is not properly wrapped: The result is presented in the \`r fig_nums("GS.DiaMoyEchvskME", display="cite")\`. It cuts it after the comma.

It is possible to embed Markdown text within a standard .R file (instead of embedding code in chunks in a .Rmd file) and [compile the .R file with `knitr::spin()`](http://rmarkdown.rstudio.com/articles_report_from_r_script.html), as...

It seems that code blocks and yaml are being wrapped, for instance: `````` ```{r} layout( subplot(p2), yaxis2 = list(title = ""), yaxis3 = list(title = "") ) ``` `````` becomes...

help wanted

I have an issue using the issue in combination with LaTeX commands and references, because using the wrapper leads to certain characters being escaped. For context, I am writing a...