import markdownx.utils def markdownify(string): string = markdownx.utils.markdownify(string) return string