--- a/UI/Previewers/PreviewerHTML.py Sat Dec 31 17:52:23 2016 +0100 +++ b/UI/Previewers/PreviewerHTML.py Sun Jan 01 18:09:48 2017 +0100 @@ -591,7 +591,8 @@ except ImportError: return self.tr( """<p>Markdown preview requires the <b>python-markdown</b> """ - """package.<br/>Install it with your package manager or see """ + """package.<br/>Install it with your package manager,""" + """ 'pip install docutils' or see """ """<a href="http://pythonhosted.org/Markdown/install.html">""" """installation instructions.</a></p>""")