Skip to content

Create custom tags allowing to be used in Markdown pages to improve style #239

Closed
@benjagm

Description

@benjagm

As of now, there are some tags defined in this component to allow custom tags to be used in Markdown as follows:

<Infobox label="Draft-specific info">
In Draft 4, a `$schema` value of
`http://json-schema.org/schema#` referred to the latest version
of JSON Schema. This usage has since been deprecated and the use
of specific version URIs is required.
</Infobox>

Example of usage: https://github.com/json-schema-org/website/blob/main/pages/understanding-json-schema/basics.md

Currently we have:

  • summary
  • blockquote
  • details
  • infobox
  • Star
  • StarInline
  • Bigquote

It will be nice to have 3 new declarations for:

  • Tip
  • Warning
  • Danger

Additional information:

Once this is done it will be great to update the contributing to explain all the allowed custom tags.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: In ProgressThis issue is being worked on, and has someone assigned.good first issueGood for newcomers✨ EnhancementIndicates that the issue suggests an improvement or new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions