-
Notifications
You must be signed in to change notification settings - Fork 10
/
cheat_sheet_pandoc.txt
76 lines (54 loc) · 2.04 KB
/
cheat_sheet_pandoc.txt
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
tblfm: '$4=$3/$2;%.1f'
title: Org Mode Syntax Cheat Sheet
---
Top Level Heading
=================
Second Level Heading
--------------------
### Third Level Heading
Paragraphs are separated by at least one empty line.
**bold** *italic* **underlined** ~~strikethrough~~ `monospaced`
[Link description](https://nickhigham.wordpress.com/)
<https://nickhigham.wordpress.com/> A link without a description.
A DOI (digital object identifier) link: [Matching Exponential-Based and
Resolvent-Based Centrality Measures](doi:10.1093/comnet/cnv016)
A horizontal line, fill-width across the page:
------------------------------------------------------------------------
- First item in a list.
- Second item.
- Sub-item
1. Numbered item.
2. Another item.
- \[ \] Item yet to be done.
- \[X\] Item that has been done.
LaTeX macros can be included: $x_2 = \alpha + \beta^2 - \gamma$.
1. [TODO]{.todo .TODO} A todo item.
2. [DONE]{.done .DONE} A todo item that has been done.
> This text will be indented on both the left margin and the right
> margin.
``` {.example}
Text to be displayed verbatim (as-is), without markup
(*bold* does not change font), e.g., for source code.
Line breaks are respected.
```
Some MATLAB source code:
``` {.matlab}
>> rand(1,3)
ans =
5.5856e-01 7.5663e-01 9.9548e-01
```
Some arbitrary text to be typeset verbatim in monospace font:
``` {.text}
Apples, oranges,
cucumbers, tomatoes
```
Country Abstracts Downloads Ratio
---------------- ----------- ----------- -------
United States 7 497 71.0
Unknown 4 83 20.8
United Kingdom 3 41 13.7
Germany 3 29 9.7
Netherlands 2 21 10.5
Japan 1 18 18.0
Include an image: <file:nickhighamwordpress.jpg>