-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc.pt
57 lines (37 loc) · 916 Bytes
/
doc.pt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
\posttext [
title=Getting Started - PostText;
];
\title {PostText};
\toc {Table of contents};
\section {Hello, World!};
\subsection {Paragraph};
This is an example document in \bold {PostText};!
\subsection {Code};
\code(javascript) ==={
var a = 5;
function print() {
console.log(a);
}
}===;
\subsection {List};
This is a list of items:
\list {
\item {First item};
\item {Second item};
\item {Third item};
};
\subsection {Blockquote};
\blockquote {
Understand well as I may, my comprehension can only be an infinitesimal fraction of all I want to understand.
- Ada Lovelace
};
\subsection {Image};
\image {https://i.imgur.com/AD3MbBi.jpeg};
\subsection {QRCode};
\qrcode {PostText};
\subsection {Mathematical Equations};
This is an example mathematical equation in PostText: \katex' ==={
f(x) = \int_{-\infty}^\infty
\hat{f}(\xi)\,e^{2 \pi i \xi x}
\,d\xi
}===;