Skip to content

HTML2Markdown出现问题(所有P开头,除100例) #5

@zuolinye

Description

@zuolinye

一、已解决问题:文档转换后显示不完全。

原因:由于缺失或多余标签
如:

  • python-100-examples.html
  • python-att-dictionary-popitem.html
  • python-att-dictionary-popitem.html
  • python-built-in-functions.html
  • python-cgi.html
  • python-func-exec.html
  • python-func-open.html
  • python-functions.html
  • python-gui-tkinter.html
  • python-modules.html
  • python-multithreading.html
  • python-object.html等

二、待解决问题

  1. 运行后出错:
  • pytho-func-open.html (IndexError: list index out of range)
  • python-xml.html (UnicodeEncodeError: 'ascii' codec can't encode characters in position 12-21: ordinal not in range(128))'
  1. 字符未加粗,出现**
  • python-chinese-encoding.html
  • python-intro.html
  • python-lists.html
    原因:加粗字符后有冒号然后接文字,导致markdown语法混乱。
    解决办法:修改Python代码中的strong部分,修改方法待定
  1. 只输出一部分
  • python-command-line-arguments.html
  • python-file-read.html
  • python-while-loop.html
  • python-strings.html
    可能原因:标签缺失或多余,尚未找出
  1. 手动回车才可看到最后一行(该行位于表格后)
  • python-socket.html
  1. 中间部分字不显示
  • python-reg-expressions.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions