From db8bb960bfb268009f7d4e9fd0d31b8c3a9f7ee6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 28 Oct 2023 14:13:34 +0530 Subject: [PATCH] string changes --- src/calibre/ebooks/conversion/plugins/txt_input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/conversion/plugins/txt_input.py b/src/calibre/ebooks/conversion/plugins/txt_input.py index 0bac61121b..e4d05d1592 100644 --- a/src/calibre/ebooks/conversion/plugins/txt_input.py +++ b/src/calibre/ebooks/conversion/plugins/txt_input.py @@ -63,7 +63,7 @@ class TXTInput(InputFormatPlugin): '* heuristic: {heuristic}\n' '* textile: {textile}\n' '* markdown: {markdown}\n' - 'To learn more about markdown see {url}').format( + 'To learn more about Markdown see {url}').format( url='https://daringfireball.net/projects/markdown/', **ui_data['formatting_types']) ), OptionRecommendation(name='paragraph_type', recommended_value='auto',