Comments and metadata

Comments and metadata are markup elements that are not displayed in the built file. They're used to store information in the source text for SEO or the authors of the document.

Comments

To add a comment, use an empty reference-style link.

[//]: Comment

Metadata

You can add metadata in YAML format at the beginning of a file. After conversion, it is returned with the resulting HTML.

---
title: Title
description: Description
---
In this article: