Skip to content

Commit

Permalink
Export to clipboard: fix md output format name (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
mb21 committed Feb 3, 2025
1 parent fcc83e6 commit 920f48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ModalChooseFormat/ModalChooseFormat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ const formats = [
, { name: 'AsciiDoc (asciidoc)', value: 'asciidoc' }
, { name: 'Emacs Org mode (org)', value: 'org' }
, { name: 'reStructuredText (rst)', value: 'rst' }
, { name: 'Markdown (md)', value: 'md' }
, { name: 'Markdown (markdown)', value: 'markdown' }
, { name: 'Plain text (txt)', value: 'txt' }
]

0 comments on commit 920f48e

Please sign in to comment.