# standard includes
using Plots
using LinearAlgebra
using StatisticsGenerative Topographic Mapping
Sample Heading
This is a sample markdown section 1.
1 This is a sample footnote!
plot(
sin,
x -> sin(2x),
0,
2π,
leg=false,
fill=(0,:lavender)
)This is an example markdown block with a mermade flow-chart diagram
flowchart LR
A[Hard edge] --> B(Roudnd edge)
B --> C{Decision}
C --> D[Result one]
C --> E[Result two]
Note
Note that there are five types of callouts including: note, warning, important, tip, and caution.