{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Programming Language :: Python :: Implementation :: CPython" ], "description": "htmlize\n========================================\n\ntiny utility command, generate html from any formats(e.g. .md, .rst)\n\nsupport format\n\n- markdown\n- restructured text\n\nhow to use\n----------------------------------------\n\ntarget file(markdown)\n\n.. code:: bash\n\n $ cat sample/hello.md\n hello\n ========================================\n\n hello\n\n ## subsection\n\n * \u30de\u30eb\u30c1\u30d0\u30a4\u30c8\u6587\u5b57\n * multi bytes string\n\noutput\n\n.. code:: bash\n\n $ htmlize sample/hello.md\n\n \n \n
\n \n \n \nhello
\n