Fix cross-reference. (#471)
This commit is contained in:
		@@ -209,7 +209,7 @@ By default, R Markdown prints data frames and matrices as you'd see them in the
 | 
			
		||||
mtcars[1:5, ]
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
If you prefer that data be displayed with additional formatting you can use the `knitr::kable` function. The code below generates Table \@ref(kable).
 | 
			
		||||
If you prefer that data be displayed with additional formatting you can use the `knitr::kable` function. The code below generates Table \@ref(tab:kable).
 | 
			
		||||
 | 
			
		||||
```{r kable}
 | 
			
		||||
knitr::kable(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user