Hi, can someone help me to write some code to transform a html string into a plain text string? ``` import pandoc html = "This is a test" text = pandoc.magic(html) print(text) >>This is a test ``` Would be nice to see more examples in the docs