diff --git a/PyPI/setup.cfg b/PyPI/setup.cfg index e315e8c..83323a1 100644 --- a/PyPI/setup.cfg +++ b/PyPI/setup.cfg @@ -1,7 +1,7 @@ [metadata] # replace with your username: name = guan -version = 0.1.61 +version = 0.1.62 author = guanjihuan author_email = guanjihuan@163.com description = An open source python package diff --git a/PyPI/src/guan.egg-info/PKG-INFO b/PyPI/src/guan.egg-info/PKG-INFO index 33e5e83..c1abad1 100644 --- a/PyPI/src/guan.egg-info/PKG-INFO +++ b/PyPI/src/guan.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: guan -Version: 0.1.61 +Version: 0.1.62 Summary: An open source python package Home-page: https://py.guanjihuan.com Author: guanjihuan diff --git a/PyPI/src/guan/others.py b/PyPI/src/guan/others.py index a911061..df23875 100644 --- a/PyPI/src/guan/others.py +++ b/PyPI/src/guan/others.py @@ -35,6 +35,8 @@ def convert_wordpress_xml_to_markdown(xml_file='./a.xml', convert_content=1, rep content = content.replace('

', '') content = content.replace('
    ', '') content = content.replace('
', '') + content = content.replace('', '') content = content.replace('', '') content = content.replace('', '') content = content.replace('', '')