poi-tl-ext icon indicating copy to clipboard operation
poi-tl-ext copied to clipboard

html的<style>内样式似乎没有生效,而且好像总是会空2-3行转换后

Open JAVAXUAN opened this issue 3 years ago • 2 comments

Describe the bug A clear and concise description of what the bug is.

HTML content:

Some html content to reproduce the issue

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

poi-tl-ext version: [e.g. 0.3.12]

poi-tl version: [e.g. 1.9.1]

Additional context Add any other context about the problem here.

JAVAXUAN avatar Feb 25 '22 01:02 JAVAXUAN

不支持 style 标签,仅支持行内样式 如果要支持 style 标签,那就跟实现个浏览器的渲染引擎差不多了

draco1023 avatar Feb 26 '22 00:02 draco1023

有个需求是根据html标题标签创建文档目录,能推荐个思路么

cntigers avatar Sep 13 '22 10:09 cntigers