Skip to content

Commit 4412afc

Browse files
committed
dollar sign has markdown significance
1 parent b02cc10 commit 4412afc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

specs/jsonschema-core.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -873,16 +873,17 @@ default to using the current location if a default is desireable.
873873

874874
## The JSON Schema Core Keywords {#core}
875875

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

881882
Support for these keywords MUST be considered mandatory at all times as they are
882883
necessary to navigate and process any schema.
883884

884-
The "$" prefix is reserved for use by this specification. Extensions MUST NOT
885-
define new keywords that begin with "$".
885+
The `$` prefix is reserved for use by this specification. Extensions MUST NOT
886+
define new keywords that begin with `$`.
886887

887888
### Meta-Schemas
888889

0 commit comments

Comments
 (0)