tiefdownlib 0.10.0

A library to manage and convert TiefDown projects.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#import "./meta.typ": title,subtitle,authors
#set page(paper:"a4")

#align(center + top)[
  #text(size: 27.5pt)[#title]
  #linebreak()
  #v(5pt)
  #text(size: 15pt)[#subtitle]
]

#align(center + bottom)[#text(size: 13pt)[#authors]]

#pagebreak()

#include "./output.typ"