\NeedsTeXFormat{LaTeX2e}
\ProvidesExplPackage
 {markdownthemewitiko_expltools_explcheck_project-proposal}%
 {2024-09-06}%
 {0.0.1}%
 {Snippets for typesetting the documentation of the project proposal for the %
  expl3 analysis tool}
\markdownSetupSnippet
 { body }
 {
   raw_attribute,
   code = {
     \tableofcontents
     \clearpage
   },
   renderers = {
     link = { \href { #3 } { #1 } }
   }
 }