Skip to content

Custom title should also be used for the actual headline #14

@juliusknorr

Description

@juliusknorr

When specifying a custom title with the @vuepress annotation, it should also be used in the generated markdown file.

Using:

/**
 * @vuepress
 * ---
 * title: Your custom title
 * ---
 */

Actual output:

---
title: Your custom title
---
# action 

Expected output:

---
title: Your custom title
---
# Your custom title 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions