Commit 03d5b839 authored by gaojiuli's avatar gaojiuli

Add badges

parent 95dfbba4
# tomd # tomd
Convert HTML to Markdown. Convert HTML to Markdown.
![[License](https://pypi.python.org/pypi/tomd/)](https://img.shields.io/pypi/l/tomd.svg)
![[Pypi](https://pypi.python.org/pypi/tomd/)](https://img.shields.io/pypi/v/tomd.svg)
![[Python](https://pypi.python.org/pypi/tomd/)](https://img.shields.io/pypi/pyversions/tomd.svg)
## Road map ## Road map
- [x] Basic support - [x] Basic support
......
...@@ -45,8 +45,7 @@ BlOCK_ELEMENTS = { ...@@ -45,8 +45,7 @@ BlOCK_ELEMENTS = {
'p': '<p\s.*?>(.*?)</p>', 'p': '<p\s.*?>(.*?)</p>',
'p_with_out_class': '<p>(.*?)</p>', 'p_with_out_class': '<p>(.*?)</p>',
'thead': '<thead.*?>(.*?)</thead>', 'thead': '<thead.*?>(.*?)</thead>',
# 'tbody': '<tbody.*?>(.*?)</tbody>', 'tr': '<tr>(.*?)</tr>'
'tr': '<tr>(.*?)</tr>',
} }
INLINE_ELEMENTS = { INLINE_ELEMENTS = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment