Writing slide
In the top section of the markdown, you have to include at least these two lines to enable presentation features and list the slide on the index page:
---
marp: true
title: Your presentation title here
---
# content here
If title is missing the file will be hidden but accessible by typing filename directly.
For other options and full features visit marp.app and its Markdown documentation.