Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alsotang/conmarkdown
将Markdown语法转换而来的HTML代码转换回去。
https://github.com/alsotang/conmarkdown
Last synced: 13 days ago
JSON representation
将Markdown语法转换而来的HTML代码转换回去。
- Host: GitHub
- URL: https://github.com/alsotang/conmarkdown
- Owner: alsotang
- Created: 2012-04-27T06:05:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-27T11:31:13.000Z (over 12 years ago)
- Last Synced: 2024-11-03T17:05:05.106Z (2 months ago)
- Language: Ruby
- Size: 111 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#ConMarkdown
##Summary
将Markdown语法转换而来的HTML代码转换回去。
本项目使用Python编写,在Ubuntu 10.04, Python 2.6下测试通过。
项目依赖:BeautifulSoup4
This project is mean to 'Convert those HTML file which is converted from markdown to markdown', just like orther `html2markdown` project.
This project is written in Python 2.6, and it can run prefectly in Ubuntu 10.04.
##Howto Use
:::python
from conmarkdown import conmarkdown
conmarkdown('the_name_of_the_HTML_file')then you will get a converted .md file in the same dir of the HTML file.