Ejemplo n.º 1
0
 def __init__(self, text, *args, **kwargs):
     self.text = text
     Markdown.__init__(self, '**acknowledgements**\n' + text)
Ejemplo n.º 2
0
 def __init__(self, s, center=False, **kwargs):
     Markdown.__init__(self, s, **kwargs)
     self._center = center
Ejemplo n.º 3
0
 def __init__(self):
     Markdown.__init__(self, '# Appendix')