Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Autodetect and warn the use of HTML in metric markdowns #40

@ritik-malik

Description

@ritik-malik

The rules and the template for creating a metric markdown can be found here.

One of the point says: No HTML code should be used in the metrics, only markdown in preferred.
This is because, in pandoc while converting from a document to PDF, we've to specify the type of document that we are converting (markdown in this case), so if there is HTML used in the document, it could cause unwanted errors.

Catching them in the PDF or the repo itself would require manual work, instead we would like to scan the documents and throw a warning if it finds any HTML embedded.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions