Skip to content

Commit 6b9729f

Browse files
authored
Fix HTML image tag formatting in README
Updated README to format HTML image tag example correctly.
1 parent f29a12c commit 6b9729f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/html_to_pdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ pip install requests
6161

6262
- **网络问题**: 确保 MaxKB 服务和 镜像服务网络连接正常
6363
- **html格式**:若 html 里链接本地图片,将图片放到 /opt/test-pdf/convert_files/images 即可。
64-
在 html 里格式 <img src="file:///tmp/convert_files/images/stream.png">
64+
在 html 里格式 ```<img src="file:///tmp/convert_files/images/stream.png">```

0 commit comments

Comments
 (0)