コード例 #1
0
ファイル: test_pydevto.py プロジェクト: lpellis/pydevto
def test_html_to_markdown_nested(html, result):
    assert pydevto.html_to_markdown(html) == result
コード例 #2
0
ファイル: test_pydevto.py プロジェクト: lpellis/pydevto
def test_html_to_markdown_images(html, result):
    assert pydevto.html_to_markdown(html) == result
コード例 #3
0
ファイル: test_pydevto.py プロジェクト: lpellis/pydevto
def test_html_to_markdown_embedly(html, result):
    assert pydevto.html_to_markdown(html) == result