diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-30 22:40:24 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-04 17:35:42 +0200 |
commit | 82dacdfae219a77e4a0fa194c642407a583ec5f1 (patch) | |
tree | 63ae4158a06936faecd64979f4bd244675a8eb50 /worlding | |
parent | e042eb1ee0f9bcf5f6c3d54ae8252bee35aba096 (diff) |
add stub of markdown analysis
Diffstat (limited to 'worlding')
-rw-r--r-- | worlding/_analysis_markdown.qmd | 7 | ||||
-rw-r--r-- | worlding/index.qmd | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/worlding/_analysis_markdown.qmd b/worlding/_analysis_markdown.qmd new file mode 100644 index 0000000..49d486d --- /dev/null +++ b/worlding/_analysis_markdown.qmd @@ -0,0 +1,7 @@ +## Markdown + +Markdown er et opmærkningssprog, +som er optimeret til skrivning af hypertekst, +dvs. tekst med indlejrede referencer til andre tekster. +Sproget er udbredt indenfor Fri software-programmer, +og understøttes bl.a. i annotationsværktøjet Hypothes.is. diff --git a/worlding/index.qmd b/worlding/index.qmd index 203dfa0..86f19ca 100644 --- a/worlding/index.qmd +++ b/worlding/index.qmd @@ -39,6 +39,8 @@ breaks: false {{< include _analysis_hypothesis.qmd >}} +{{< include _analysis_markdown.qmd >}} + {{< include _conclusion.qmd >}} {{< include _perspectives.qmd >}} |