šŸ“ Preview Changes: This page has been modified in this pull request (~14% of content changed).
šŸŽØ Highlighting Legend: Modified text (yellow) shows changed words/phrases with tooltips of original text, added text (green) shows new content, and new sections (blue) highlight entirely new paragraphs.

Chapter 1: Introduction

Published

Last modified: 2026-05-19 10:06:45 (PDT)

This is the first chapter of your website. Replace this content with your own.

1 Section 1.1

Add your content here.

1.1 Subsection 1.1.1

You can include:

2 Section 1.2

You can also include code blocks:

# Example Python code
def hello_world():
    print("Hello, World!")

hello_world()

Or R code:

# Example R code
library(ggplot2)

ggplot(mtcars, aes(x = wt, y = mpg)) +
  geom_point() +
  theme_minimal()

3 Section 1.3

Include citations using @citationkey format, which references entries in your references.bib file.

You can also add theorem-style divs:

Theorem 1 This is a sample theorem block with an ID.

I’m adding some new content here:

1 + 1
#> [1] 2

References

Back to top