summaryrefslogtreecommitdiff
path: root/info/latex4wp/pandoc_template.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-08-29 03:00:56 +0000
committerNorbert Preining <norbert@preining.info>2023-08-29 03:00:56 +0000
commit64e26532c685fd24d6983508c6239e3c268b810b (patch)
treea947b8d31ea56b72c4c21ac202aead0d4544412d /info/latex4wp/pandoc_template.md
parent7ea6dacf544f9f0ec4f9566681de2434ca5e0e38 (diff)
CTAN sync 202308290300
Diffstat (limited to 'info/latex4wp/pandoc_template.md')
-rw-r--r--info/latex4wp/pandoc_template.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/info/latex4wp/pandoc_template.md b/info/latex4wp/pandoc_template.md
new file mode 100644
index 0000000000..0e031a8feb
--- /dev/null
+++ b/info/latex4wp/pandoc_template.md
@@ -0,0 +1,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 -->