QScintilla/Exporters/ExporterHTML.py

changeset 5861
26250d8ff4e4
parent 5837
9ef6a28f1694
child 6048
82ad8ec9548c
equal deleted inserted replaced
5860:f92ee2a5320d 5861:26250d8ff4e4
501 self.editor, 501 self.editor,
502 self.tr("Export source"), 502 self.tr("Export source"),
503 self.tr( 503 self.tr(
504 """<p>Markdown export requires the <b>python-markdown""" 504 """<p>Markdown export requires the <b>python-markdown"""
505 """</b> package.<br/>Install it with your package""" 505 """</b> package.<br/>Install it with your package"""
506 """ manager, pip install docutils' or see """ 506 """ manager, 'pip install docutils' or see """
507 """<a href="http://pythonhosted.org/Markdown/install""" 507 """<a href="http://pythonhosted.org/Markdown/install"""
508 """.html"> installation instructions.</a></p>""") 508 """.html"> installation instructions.</a></p>""")
509 ) 509 )
510 return "" 510 return ""
511 511

eric ide

mercurial