Skip to content

Commit

Permalink
docs: update link to markdown-to-jsx homepage (rjsf-team#4071)
Browse files Browse the repository at this point in the history
Co-authored-by: Heath C <51679588+heath-freenome@users.noreply.github.com>
  • Loading branch information
bartvanandel and heath-freenome committed Jan 30, 2024
1 parent ee2ac9b commit 46501e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/docs/docs/json-schema/single.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ render(<Form schema={schema} validator={validator} />, document.getElementById('

Fields can have titles and descriptions specified by the `title` keyword in the schema and the `description` keyword in the schema, respectively. These two can also be overridden by the `ui:title` and `ui:description` keywords in the uiSchema.

Description can render markdown. This feature is disabled by default. It needs to be enabled by the `ui:enableMarkdownInDescription` keyword and setting to `true`. Read more about markdown options in the `markdown-to-jsx` official [docs](https://probablyup.com/markdown-to-jsx/).
Description can render markdown. This feature is disabled by default. It needs to be enabled by the `ui:enableMarkdownInDescription` keyword and setting to `true`. Read more about markdown options in the `markdown-to-jsx` official [docs](https://markdown-to-jsx.quantizor.dev/).

```tsx
import { RJSFSchema } from '@rjsf/utils';
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/src/samples/simple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const simple: Sample = {
'ui:autocomplete': 'family-name',
'ui:enableMarkdownInDescription': true,
'ui:description':
'Make text **bold** or *italic*. Take a look at other options [here](https://probablyup.com/markdown-to-jsx/).',
'Make text **bold** or *italic*. Take a look at other options [here](https://markdown-to-jsx.quantizor.dev/).',
},
lastName: {
'ui:autocomplete': 'given-name',
Expand Down

0 comments on commit 46501e5

Please sign in to comment.