djoc 0.1.0

The Djot document compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
output = [{format = "html", name = "index"}]

[[document]]
title = "djoc documentation"
author = [
    { name = "Knut Magnus Aasrud", email = "km@aasrud.com", affiliation = "University of Oslo" },
]
texts = [
    "src/introduction.dj",
    "src/configuration.dj",
]