poi-tl-ext
poi-tl-ext copied to clipboard
html的<style>内样式似乎没有生效,而且好像总是会空2-3行转换后
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.
不支持 style 标签,仅支持行内样式 如果要支持 style 标签,那就跟实现个浏览器的渲染引擎差不多了
有个需求是根据html标题标签创建文档目录,能推荐个思路么