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
This commit is contained in:
leela 2019-08-30 16:31:50 +00:00 committed by Curtis Gedak
parent 3aa9cadfd8
commit decb60cbef

View file

@ -17,7 +17,7 @@ from manuskript.functions import mainWindow
class pandocExporter(basicExporter):
name = "Pandoc"
description = qApp.translate("Export", """<p>A universal document converter. Can be used to convert markdown to a wide range of other
description = qApp.translate("Export", """<p>A universal document converter. Can be used to convert Markdown to a wide range of other
formats.</p>
<p>Website: <a href="http://www.pandoc.org">http://pandoc.org/</a></p>
""")