Hello. Is there a way to use Parsedown to convery MarkDown content to a pure text, without any tags or styling? AI propose to use Parsedown to create HTML and then `strip_tags`, but that will strip all the line breaks as well :(