Nothing
= Some Title Your Name :toc2: :numbered: :data-uri: :duration: 120
== What is this About?
=== Some simple asciidoc
== Including Code Do not use the include macro provided by asciidoc!+
a <- c(2, 3, 4, 10) # <1> value <- 0 # <2> for (a_i in a) { # <3> value <- value + a_i # <4> } print(value) # <5>
== A new section
my_sum <- function(x) { value <- 0 for (x_i in x) { value <- value + x_i } return(value) }
=== A subsection
Some inline code: Object +value+ has value +r value+.
=== Second subsection
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.