2.3 KiB
2.3 KiB
### Header...body...text......body...text......body...text......body...text......body...text......body...text......body...text...
## [1] 1 2 3 4 5 6 7 8 9 10
## [11] 11 12 13 14 15 16 17 18 19 20
## ... ...
options(width = 60)
local({
hook_output <- knitr::knit_hooks$get('output')
knitr::knit_hooks$set(output = function(x, options) {
if (!is.null(options$max.height)) options$attr.output <- c(
options$attr.output,
sprintf('style="max-height: %s;"', options$max.height)
)
hook_output(x, options)
})
})
Heading 1
Regular text. Bold text. Italic text. Both: bold and italic.
A line (horizontal ruler) using underscores:
Strike through NB. using ~~deleted text~~
doesn't work in Freeplane (Java html/css renderer)
E.g. deleted text
Underlined text
Heading 2
A quote, line 1. Line 2 of the quote (will be joined with line 1).
A quote within a quote
Heading 3
Sample text with an in-line piece of code
.
// a Groovy code example - as a block of code
def name = 'Freeplane User'
"Hello, ${name}!"
"Hello2, ${name2}!"
Another example of a block of code
introduced as indented Markdown (with a tab or 4 spaces)
An example of a quote containing a block of code At least 5 spaces need to be used
And it continues as a regular quote
Heading 4
A table
# | Language | Pangram |
---|---|---|
1 | English | The quick brown fox jumps over the lazy dog |
2 | French | Portez ce vieux whisky au juge blond qui fume |
3 | German | Victor jagt zwölf Boxkämpfer quer über den großen Sylter Deich |
4 | Italian | Pranzo d'acqua fa volti sghembi |
5 | Spanish | Benjamín pidió una bebida de kiwi y fresa. Noé, sin vergüenza, la más exquisita champaña del menú |
Heading 5
A list of items
- Item 1
- Item 2
- Item 3
Heading 6
A numbered list
- Item A
- Item B
- Item C