markuplint

Peace of mind in your markup

Get Started

Conformance checking

The markup needs to written valid code. This is important to keep the promise of the standards that do not break webpages through each user agent more than your policy. markuplint can conformance checking given the specs that are HTML Living Standard.

On Your House Rules

You may have the house rules on your project or your organization. You can check based on your policy and/or your rules. For example, if you must give the alt attribute to the img element, You should set up that rule.

For Designed Structures

markuplint checks whether to correct the structure of elements made on the design system of your project. It can check the relation parent-child of the elements by class name and/or the custom element name.

Set for each Selector

Depending on the situation, You may want the part of structures only to apply some rule. Or want it is ignored from the rule. If that, markuplint can that. There are settings to apply in any scope by the selector in the spec W3C Selectors.

Supporting Template Engine

You can use it for other markup languages with plugins. Currently, There are plugins for Pug, JSX(React), Vue, Svelte, Astro, PHP, eRuby, EJS, Mustache/Handlebars, Nunjucks, and Liquid. And it provides the API that creates the plugin for any markup language.