From decb60cbef45afccc5a1d78596365d415fe1c825 Mon Sep 17 00:00:00 2001 From: leela <52065244+leela52452@users.noreply.github.com> Date: Fri, 30 Aug 2019 16:31:50 +0000 Subject: [PATCH] change markdown to "Markdown" in.... ...A universal document converter. Can be used to convert markdown to a wide range of other formats. see https://en.wikipedia.org/wiki/Markdown --- manuskript/exporter/pandoc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuskript/exporter/pandoc/__init__.py b/manuskript/exporter/pandoc/__init__.py index 21edce5..a920fcb 100644 --- a/manuskript/exporter/pandoc/__init__.py +++ b/manuskript/exporter/pandoc/__init__.py @@ -17,7 +17,7 @@ from manuskript.functions import mainWindow class pandocExporter(basicExporter): name = "Pandoc" - description = qApp.translate("Export", """

A universal document converter. Can be used to convert markdown to a wide range of other + description = qApp.translate("Export", """

A universal document converter. Can be used to convert Markdown to a wide range of other formats.

Website: http://pandoc.org/

""")