Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Djot

< >

Djot is an open source text markup language created in 2022 by John MacFarlane.

#349on PLDB 3Years Old
Download source code:
git clone https://github.com/jgm/djot
Homepage · REPL · Source Code · Docs

A light markup language


Example from the web:
_italic_ *bold* `code` H~2~O 20^th^ {=highlighted=} {+underlined+} {-strikethrough-} imported /root/pldb.io/code/conceptPage.scroll exists true
Djot - Text markup language
Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

= mv`

$E = K + U

Start a new paragraph with a blank line.

> A blockquote

{% look like this

and can span multiple lines %}

Horizontal lines:

***

---

Verbatim blocks:

```

$ tree

.

├── aa

│ └── foo.txt

├── bb

│ └── bar.txt

└── c.png

```

```myLang

func say-hello(nm) {

}

```

Links:

<https://example.com>;

[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

Tables

| Name | Size | Color |

| --- | --- | --- |

| lime | small | green |

| orange | medium | orange |

| grapefruit | large | yellow or pink |

- Build the next great programming language · Add · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements