Skip to content

Commit

Permalink
disable auto url conversiono
Browse files Browse the repository at this point in the history
  • Loading branch information
beganovich committed Jun 16, 2024
1 parent 2faa01e commit d37c383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/forms/MarkdownEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export function MarkdownEditor(props: Props) {
paste_data_images: false,
newline_behavior: 'invert',
browser_spellcheck: true,
convert_urls: false,
}}
onEditorChange={handleChange}
disabled={props.disabled}
Expand Down

0 comments on commit d37c383

Please sign in to comment.