Generated image

library(tibble)
library(ggplot2)

tibble(
  x = rnorm(1000),
  y = rnorm(1000)
) %>%
 ggplot(aes(x, y)) +
 geom_point()

Protocol tests

HTTP codes

Local links

External links

Images

Broken local

Handled with test_images.html (pandoc detects broken paths).

Broken external

no kitten here either

Local with alt

Kitten One

Image CC-BY 2.0 by Ola Einang via https://placekitten.com.

Local without alt

Image CC-BY 2.0 by Ola Einang via https://placekitten.com.

External with alt

Another kitten (remote)

Image CC-BY 2.0 by Stefano Mortellaro via https://placekitten.com.

External without alt

Image CC-BY 2.0 by Stefano Mortellaro via https://placekitten.com.

External with http with alt

an image from httpbin

External with http withoout alt



fmichonneau/checker documentation built on July 3, 2020, 3:13 a.m.