if text.startswith("<md>"):
        text = text[4:]
        text = DecodeMarkdown(text)
        start = text.find("<p>")
        end = text.find("</p>")