Test
This reference guide demonstrates how to use Markdown to format text, include images and links, embed code snippets, and write mathematical expressions. Each section header below is linked to a Table of Contents, allowing for easy navigation.
Headers
Use headers to organize your content. Each header will automatically be part of the Table of Contents generated in tools that support this feature.
Header 2
Header 3
Header 4
Text Formatting
Quickly add styles to your text with these Markdown commands.
bold text italic text bold and italic
Lists
- Bullet list item 1
- Bullet list item 2
- Nested bullet list item
- Numbered list item 1
- Numbered list item 2
Links and images
We can link to websites like this
And we can also link images like so:
The image must first be copied into the images directory and then referenced by filepath
Code snippets
# Simple R code for mean calculation
my_vector <- c(1, 2, 3, 4, 5)
mean(my_vector)
Mathematical Expressions
Mathematical expressions can be imbedded using LaTeX syntax
\(x(\theta) = (R - r)cos\theta + d cos(\frac{R - r}{r}\theta)\) \(y(\theta) = (R - r)sin\theta - d sin(\frac{R - r}{r}\theta)\)