decruft 0.1.1

Extract clean, readable content from web pages
Documentation
```json
{
  "title": "Temml Math Test",
  "author": "",
  "site": "",
  "published": ""
}
```

A variety of Temml-rendered math elements using the `hurmet-tex` pattern.

## Accents

| $F→$ `\vec{F}` | $a~$ `\tilde{a}` | $θ^$ `\hat{\theta}` |
| --- | --- | --- |
| $a˙$ `\dot{a}` | $AB$ `\overline{AB}` | $AB⏞$ `\overbrace{AB}` |

## Fractions and Roots

Inline fraction: $ab$ and square root: $x2+y2$.

Cube root: $83$

## Display Math

$$
E=mc2
$$

## Operators

| $∑$ `\sum` | $∫$ `\int` | $∏$ `\prod` | $∮$ `\oint` |
| --- | --- | --- | --- |

## Environments

| $(abcd)$ | `\begin{pmatrix}`   `a & b \\`   `c & d`   `\end{pmatrix}` |
| --- | --- |

## Greek and Symbols

Greek letters: $α$, $β$, $γ$, $Ω$

Relation: $a≤b$, not equal: $x≠y$