Formatter Validator Minifier Escape / Unescape JSON ↔ String JSON ↔ YAML JSON → CSV NDJSON / JSON Lines JSON → Types JSON ↔ XML JSON Diff JSON Patch Canonicalize (RFC 8785) Schema Validator Schema Generator JSONPath Tester JWT Decoder JSON Errors Schemas More Tools
JSONTools / Schema registry / .mdxlintrc
Schema registry

.mdxlintrc

An mdxlint configuration file

.mdxlintrc.mdxlintrc.json.mdxlintrc.yaml.mdxlintrc.yml

Check your file against this schema

Opens the validator with this schema already loaded. Paste your .mdxlintrc and it validates in your browser — nothing is uploaded.

Validate a .mdxlintrc → View raw schema

Fields

Generated directly from the schema, following local $refs, to two levels of nesting.

Field Type Description
pluginsany
settingsobject
settings.bulletenumMarker to use to for bullets of items in unordered lists.
default: "*"
one of: "*", "+", "-"
settings.closeAtxbooleanWhether to add the same number of number signs (#) at the end of an ATX heading as the opening sequence.
default: false
settings.emphasisenumMarker to use to serialize emphasis.
default: "*"
one of: "*", "_"
settings.fenceenumMarker to use to serialize fenced code.
default: "`"
one of: "`", "~"
settings.fencesbooleanWhether to use fenced code always. The default is to fenced code if there is a language defined, if the code is empty, or if it starts or ends in empty lines
default: false
settings.incrementListMarkerbooleanWhether to increment the value of bullets of items in ordered lists.
default: true
settings.listItemIndentenumWhether to indent the content of list items with the size of the bullet plus one space (when 'one') or a tab stop ('tab'), or depending on the item and its parent list ('mixed', uses 'one' if the item and list are tight and 'tab' otherwise)
default: "tab"
one of: "one", "tab", "mixed"
settings.printWidthintegerTry and wrap syntax at this width. When set to a finite number (say, 80), the formatter will print attributes on separate lines when a tag doesn’t fit on one line. The normal behavior is to print attributes with spaces between them instead
settings.quoteenumMarker to use to serialize titles and attribute values.
default: "\""
one of: "\"", "'"
settings.quoteSmartbooleanUse the other quote if that results in less bytes.
default: false
settings.resourceLinkbooleanWhether to use resource links ([text](url)) always. The default is to use autolinks (<https://example.com>) when possible.
default: false
settings.ruleenumMarker to use for thematic breaks.
default: "*"
one of: "*", "-", "_"
settings.ruleRepetitionintegerNumber of markers to use for thematic breaks.
default: 3
settings.ruleSpacesbooleanWhether to add spaces between markers in thematic breaks.
default: false
settings.setextbooleanWhether to use setext headings when possible. Setext headings are not possible for headings with a rank more than 2 or when they're empty.
default: false
settings.strongenumMarker to use to serialize strong.
default: "_"
one of: "*", "_"
settings.tightDefinitionsbooleanWhether to join definitions w/o a blank line.
default: false
settings.tightSelfClosingbooleando not use an extra space when closing self-closing elements: <img/> instead of <img />
default: false

What we found in this schema

Specification sections for the keywords in this schema

Keyword Document Section
$idJSON Schema Core, draft 2020-12§8.2.1 — The "$id" Keyword
$refJSON Schema Core, draft 2020-12§8.2.3.1 — Direct References with "$ref"
$schemaJSON Schema Core, draft 2020-12§8.1.1 — "$schema"
additionalPropertiesJSON Schema Core, draft 2020-12§10.3.2.3 — "additionalProperties"
defaultJSON Schema Validation, draft 2020-12§9.2 — "default"
descriptionJSON Schema Validation, draft 2020-12§9.1 — "title" and "description"
enumJSON Schema Validation, draft 2020-12§6.1.2 — "enum"
minimumJSON Schema Validation, draft 2020-12§6.2.4 — "minimum"
propertiesJSON Schema Core, draft 2020-12§10.3.2.1 — "properties"
typeJSON Schema Validation, draft 2020-12§6.1.1 — "type"

Documents

Attribution

This schema comes from SchemaStore, distributed under the Apache License 2.0. Copyright 2015–present Mads Kristensen and contributors. View the original file. The field table and audit on this page are generated by JSONTools.tools; the schema itself is unmodified.

← All schemas