Chair of Media Technology Technical University of Munich
Author Name
title: Demo description: Demo TUM Marp Template class: invert # Dark theme all slides (remove to use light theme) _class: # First slide - invert # Dark theme for title slide - lead # Title slide style footer: Presentation Title | Author Name # Slide footer _footer: "" # No footer on title slide paginate: true # Page numbers _paginate: false # No page numbers on title slide marp: true # Nice preview for the VS Code extension
#include <iostream> int main(int /*argc*/, char** /*argv*/) { std::cout << "Code with syntax highlighting!" << std::endl; return EXIT_SUCCESS; }