In .md file I've got a title name but vuepress just changes the HTML title but I want it to create a <h1> Just a simple title </h1> in the document. Is there a way to do it, maybe create a custom rule for .md file?
---
title: Just a sample title
---