Nothing
Cross-references make it easier for your readers to find and link to elements in your book.
There are two steps to cross-reference any heading:
Label the heading: # Hello world {#nice-label}
.
# Hello world
= # Hello world {#hello-world}
.# Hello world {-#nice-label}
or {# Hello world .unnumbered}
.Next, reference the labeled heading anywhere in the text using \@ref(nice-label)
; for example, please see Chapter \@ref(cross).
Figures and tables with captions can also be cross-referenced from elsewhere in your book using \@ref(fig:chunk-label)
and \@ref(tab:chunk-label)
, respectively.
See Figure \@ref(fig:nice-fig).
par(mar = c(4, 4, .1, .1)) plot(pressure, type = 'b', pch = 19)
Don't miss Table \@ref(tab:nice-tab).
knitr::kable( head(pressure, 10), caption = 'Here is a nice table!', booktabs = TRUE )
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.