From e1638dd866b567b6a44c044bd473ecdddc942f44 Mon Sep 17 00:00:00 2001 From: Florian Kohrt Date: Fri, 12 Apr 2024 21:38:06 +0200 Subject: [PATCH] Fix GeomPoint heading The level 3 heading "GeomPoint" lacked a preceding empty newline, causing it to be treated as another paragraph on the {pkgdown} website. This commit adds the newline. --- vignettes/ExploringGraphs.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/vignettes/ExploringGraphs.Rmd b/vignettes/ExploringGraphs.Rmd index a49d4b0c..8f00e33e 100644 --- a/vignettes/ExploringGraphs.Rmd +++ b/vignettes/ExploringGraphs.Rmd @@ -270,6 +270,7 @@ Within each individual line subtree if the line is disjoint there will be more s Once you are looking at either the continuous section or the whole section you can click through to actually look at the line. If there are more than 5 lines then it will summarizes them. If there are 5 or less then you can press through and individually see the line start and finish locations. + ### Geom_Point ```{r svg geom point, eval = FALSE, echo=FALSE} point <- ggplot(iris, aes(Sepal.Length, Sepal.Width)) +