alanshaw / alanshaw/markdown-pdf

Images not being shown in the runnings at all

未關閉
#45 10 則留言 5 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
JavaScript
星號
2.9k
分支
253
PR 合併指標
30 天內沒有已合併 PR

描述

A possible variation on #43. I have a script that uses a running script thus:

```
exports.header = {
height: '1in',
contents: function(pageNum, numPages) {
return '


';
}
};
```

It shows a blank image in the header. I've tried absolute paths as well (/path/to/logo.jpg) and altering the height, to no avail. Like #43 I then included the image in the text. No image appears, just a blank rectangle.

Any other HTML fragment in the running - text of various styles, even tables - works, but no images.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。