Multiple lines in a single cell for rmarkdown table
问题 I would like to create a table which has multiple lines in a single cell using RMarkdown. This page mentions multiline and grid table cells (http://rmarkdown.rstudio.com/authoring_pandoc_markdown.html). But it seems backslash is not working. A backslash followed by a newline is also a hard line break. Note: in multiline and grid table cells, this is the only way to create a hard line break, since trailing spaces in the cells are ignored. This is my example Rmd file. --- title: "Test" author: