Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.3 KB

markdown-validator.md

File metadata and controls

31 lines (19 loc) · 1.3 KB

Markdown File Validator

In order to protect Dev Studio and maintain standards amoung all Dev Studio tenants, tenants are configured with markdown validator.

Markdown Validation Check Rules

  • Valid markdown file extension and formatting
  • Links to downloadable files and embedded images should link to respective files in the Github repository
    • Images should be embedded such as ![image name](/assets/images/validators/image.png)
    • Downloadable docs should be formatted as [downloadable file](download/assets/files/download.zip)
  • Files/images being linked to should exist in repository

Markdown Validator Job

Git Action

Markdown Validator Successful Activity

Checking every markdown file. Once validated logs will display name of the markdown file and status. Git Action

Markdown Validator failed Job

Git Action

Markdown Validator failed Activity

This will list the failures along with the failed filename.

Git Action

Help: Please connect with DevStudio team for more information and questions related with Validators via our Teams channel.