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"])
A | B | C | |
---|---|---|---|
1 | 1 | 3 | "some" |
2 | 2 | 4 | "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:
This is a note.
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.11.1 and
CairoMakie 0.10.12DataFrames 1.6.1