The web page that you're looking is generated from a Pluto notebook.

1 + 1
2
(; title="a namedtuple", values=[1, 2, 3])
(title = "a namedtuple", values = [1, 2, 3])
using CairoMakie, DataFrames
lines(1:10, 1:10)
DataFrame(A = [1, 2], B = [3, 4], C = ["some", "text"])
ABC
113"some"
224"text"

Math

Using inline and display math is possible too. For example, $x = 3\pi$ and

$$y = \frac{a \cdot b}{c^2}$$

Admonitons

Admonitons are styled by default in the Documenter output. For example:

Note

This is a note.

Warning

This is a warning.

See the Documenter documentation for the full list of admoniton types. See the convert_admonitions option for HTMLOptions for more information about how it works and how to disable it.

Built with Julia 1.10.2 and

CairoMakie 0.10.12
DataFrames 1.6.1