import re class MyMarkdown(): def add_tags(tag, word): return "<%s>%s" % (tag, word, tag) def heading(string): if re.search("") def convert(string):