Exemplo n.º 1
0
 def add_markdown_file(self, markdown_file_path, name):
     m = markup.markdown_file(markdown_file_path)
     t = self._new_text(name)
     t.set_markup(m)
Exemplo n.º 2
0
 def set_about_markdown_file(self, markdown_file_path):
     m = markup.markdown_file(markdown_file_path)
     self._TextAbout.set_markup(m)
     self._about_file = markdown_file_path