mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
TXT Output: rename txt_output_formatting choice none plain.
This commit is contained in:
parent
72b82bb0bf
commit
33d1770d72
@ -47,9 +47,9 @@ class TXTOutput(OutputFormatPlugin):
|
|||||||
'is present. Also allows max-line-length to be below the minimum')),
|
'is present. Also allows max-line-length to be below the minimum')),
|
||||||
OptionRecommendation(name='txt_output_formatting',
|
OptionRecommendation(name='txt_output_formatting',
|
||||||
recommended_value='none',
|
recommended_value='none',
|
||||||
choices=['none', 'markdown', 'textile'],
|
choices=['plain', 'markdown', 'textile'],
|
||||||
help=_('Formatting used within the document.\n'
|
help=_('Formatting used within the document.\n'
|
||||||
'* none: Produce plain text.\n'
|
'* plain: Produce plain text.\n'
|
||||||
'* markdown: Produce Markdown formatted text.\n'
|
'* markdown: Produce Markdown formatted text.\n'
|
||||||
'* textile: Produce Textile formatted text.')),
|
'* textile: Produce Textile formatted text.')),
|
||||||
OptionRecommendation(name='keep_links',
|
OptionRecommendation(name='keep_links',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user