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 the following markup. Make sure there is an empty line before the comment.

[//]: # (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: