Djot is an open source text markup language created in 2022 by John MacFarlane.
#349on PLDB | 3Years Old |
git clone https://github.com/jgm/djot
A light markup language
_italic_
*bold*
`code`
H~2~O
20^th^
{=highlighted=}
{+underlined+}
{-strikethrough-}
imported /root/pldb.io/code/conceptPage.scroll
exists true
= mv`
$E = K + U
Start a new paragraph with a blank line.
> A blockquote
{% look like this
and can span multiple lines %}
***
---
Verbatim blocks:
```
$ tree
.
├── aa
│ └── foo.txt
├── bb
│ └── bar.txt
└── c.png
```
```myLang
func say-hello(nm) {
}
```
Links:
[read more](https://example.com)
[read this too][foo bar]
[one more link][]
![beautiful skyline](clouds.jpg)
![coastal shores][shore]
![lush forests][]
[shore]: the-beach.jpg
[lush forests]: pines.jpg
| Name | Size | Color |
| --- | --- | --- |
| lime | small | green |
| orange | medium | orange |
| grapefruit | large | yellow or pink |