summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-27 09:42:48 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-27 09:42:48 +0200
commit387f184adebcf9ce51edc93ff4db0fad5d89c1dd (patch)
tree613917779c6da4853c948810fda7c05aaf4c96ee
parent5275749afd9602e75be56b9f443c0281c0104f30 (diff)
add conclusiondelivery
-rw-r--r--_conclusion.qmd9
1 files changed, 8 insertions, 1 deletions
diff --git a/_conclusion.qmd b/_conclusion.qmd
index cbe8d3e..1e9712c 100644
--- a/_conclusion.qmd
+++ b/_conclusion.qmd
@@ -221,4 +221,11 @@ which can likely leverage on this work as well as the planned next phases.
## Conclusion
-*FIXME: ~10 lines conclusion on the whole project*
+This project demonstrates,
+that it is possible to extend the Markdown processor Pandoc
+to cover an extension of the Markdown language,
+using the filter API of Pandoc.
+Further work is needed to stabilize the implemented filter,
+shown by several severe bugs revealed by testing the code.
+Future works are planned to extend this work,
+and suggestions are made for other works that may build upon this.