import markdown txt = "* this is some\n<dot>\ndigraph a {\n a -> b;\n}\n</dot>\nhi\n" md = markdown.Markdown(extensions=['graphviz']) print ...
確定! 回上一頁