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