Markdown Section

This part is devoted to plain markdown

italics bold bold+italics

  • list
  • list
  1. numbered list
  2. numbered list

lvl 1 heading

Kielbasa

Normal test vs. 

block quote

  1. blah
  • nested list
    • nested list
  • nested list
  1. blah
  2. blah

YAML themes

Possible themes: default, cerulean, journal, flatly, darkly, readable, spacelab, united, cosmo, lumen, paper, sandstone, simplex, yeti

Equations/LaTeX

This \(x^2\) is inline

This equation is standalone \[ a^2 + b^2 = c^2 \] The formula for the associative strength \(V\) at time \(t+1\) is given by \[ V^{t+1} = V^{t} + \Delta V \] where \(\Delta V\) is given by \[ \Delta V = \alpha \beta (\lambda - V_{tot}) \]

R Code

print("hello world!")
## [1] "hello world!"

Top part is R input bottom part is R output