diff options
-rw-r--r-- | _conclusion.qmd | 9 |
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. |