aboutsummaryrefslogtreecommitdiff
path: root/_markdown.qmd
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-02-11 22:59:40 +0100
committerJonas Smedegaard <dr@jones.dk>2025-02-11 22:59:40 +0100
commit7e8217ca7b9033e98d10e0751d141b377b85cc67 (patch)
treec9735100ac9935608f8b116d801268c60cb62cdd /_markdown.qmd
parent34f76a88fc2e409702269e6b089fd88f8d60ecd1 (diff)
draft report structure
Diffstat (limited to '_markdown.qmd')
-rw-r--r--_markdown.qmd17
1 files changed, 17 insertions, 0 deletions
diff --git a/_markdown.qmd b/_markdown.qmd
new file mode 100644
index 0000000..ac9da22
--- /dev/null
+++ b/_markdown.qmd
@@ -0,0 +1,17 @@
+An authoring style that has grown popular,
+especially among some programmers,
+is to write in a format called Markdown,
+and then compile the final document.
+
+Compared to word processors like Microsoft Word and LibreOffice Writer,
+Markdown authoring stores both content and markup together
+in a human-readable tekst file.
+
+HTML is itself a plaintext format,
+but is less human-readable.
+Similarly the format LaTeX is also plaintext,
+but its markdown arguably distracts the reading process.
+
+Other human-readable document source formats exists.
+FIXME Org-mode.
+FIXME AsciiDoc.