Skip to content

Commit

Permalink
Merge pull request #334 from reorproject/copy-markdown-false
Browse files Browse the repository at this point in the history
copy markdown is false
  • Loading branch information
samlhuillier authored Jul 30, 2024
2 parents 11a9cdd + cf9c52c commit 152b936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/File/hooks/use-file-by-filepath.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const useFileByFilepath = () => {
linkify: true, // Create links from "https://..." text
breaks: true, // New lines (\n) in markdown input are converted to <br>
transformPastedText: true, // Allow to paste markdown text in the editor
transformCopiedText: true, // Copied text is transformed to markdown
transformCopiedText: false, // Copied text is transformed to markdown
}),
TaskItem.configure({
nested: true,
Expand Down

0 comments on commit 152b936

Please sign in to comment.