diff options
Diffstat (limited to '_background.qmd')
| -rw-r--r-- | _background.qmd | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/_background.qmd b/_background.qmd deleted file mode 100644 index ac9da22..0000000 --- a/_background.qmd +++ /dev/null @@ -1,17 +0,0 @@ -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. |
