--- title: Making Markdown authoring better subtitle: Extensions to Quarto for authoring semantic markdown date: 2025-05-27 toc-depth: 2 format: stylish-report-pdf: pdfversion: "2.0" pdfstandard: [A-4f, UA-2] # generate Well-Tagged PDF using latest testphase components # # requires TeX Live 2024.20250114 pdftestphase: latest # else generate Well-Tagged PDF using specific testphase components # requires TeX Live 2024.20240829 (maybe older) # pdftestphase: ["phase-III", "title", "math", "table", "firstaid"] # fail on error generating Well-Tagged PDF # pdftestphasestrict: true # debugging of Well-Tagged PDF # pdfdebug: ["para"] metadata-files: - _actors.yml keywords: - Markdown - Commonmark - Lua - Quarto - plaintext text editing #keep-tex: true --- # Abstract TODO # Introduction {{< include _intro.qmd >}} # Project Planning {{< include _plan.qmd >}} # Analysis and Design ## Markdown {{< include _markdown.qmd >}} ## Design {{< include _design.qmd >}} # Description of the Program {{< include _code.qmd >}} # User Guide {{< include _use.qmd >}} # Testing {{< include _test.qmd >}} # Discussion {{< include _discussion.qmd >}} # Conclusion {{< include _conclusion.qmd >}} # Perspektives {{< include _perspectives.qmd >}} # Bibliography {.appendix}