21 lines
230 B
Markdown
21 lines
230 B
Markdown
---
|
||
layout: default
|
||
title: "test"
|
||
---
|
||
{% katexmm %}
|
||
|
||
Hi :)
|
||
|
||
$\sqrt{x + \frac{1}{2}}$
|
||
|
||
{% endkatexmm %}
|
||
|
||
```agda
|
||
data ℕ : Set where
|
||
zero : ℕ
|
||
suc : ℕ → ℕ
|
||
```
|
||
|
||
Is `Set` clickable? Yes it is.
|
||
And the other keywords too!
|