Skip to content

Commit c3f8ce7

Browse files
committed
dollar sign has markdown significance
1 parent 8af8969 commit c3f8ce7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

specs/jsonschema-core.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -821,16 +821,17 @@ default to using the current location if a default is desireable.
821821

822822
## The JSON Schema Core Keywords {#core}
823823

824-
Keywords declared in this section, which all begin with "$", are essential to
825-
processing JSON Schema. These keywords inform implementations how to process any
826-
schema or meta-schema, including those split across multiple documents, or exist
827-
to reserve keywords for purposes that require guaranteed interoperability.
824+
Keywords declared in this section, which all begin with a dollar sign (`$`), are
825+
essential to processing JSON Schema. These keywords inform implementations how
826+
to process any schema or meta-schema, including those split across multiple
827+
documents, or exist to reserve keywords for purposes that require guaranteed
828+
interoperability.
828829

829830
Support for these keywords MUST be considered mandatory at all times as they are
830831
necessary to navigate and process any schema.
831832

832-
The "$" prefix is reserved for use by this specification. Extensions MUST NOT
833-
define new keywords that begin with "$".
833+
The `$` prefix is reserved for use by this specification. Extensions MUST NOT
834+
define new keywords that begin with `$`.
834835

835836
### Meta-Schemas
836837

0 commit comments

Comments
 (0)