summaryrefslogtreecommitdiff
path: root/info/latex4wp/pandoc_template.md
blob: 0e031a8febd70e687d940e1080092b529b3f8321 (plain)
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
---
title: |
  This is the title: \
  now write the rest
author: Guido Gonzato
date: January 2018
abstract: |
  This is the abstract.
---

<!--- This is a comment. -->

# Section

This is **bold text**, this is *emphasized text*, this is normal text.
If you're bored, go to [The End].

## Subsection

This is `verbatim text`.

# The End

My dad used to say:

> Damn, Pandoc has not been invented yet!

but not it has.

<!--- end of pandoc_template.md -->