Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/pandocPublic

Docx reader doesn't read images on Windows. #1597

Closed
@jkr

Description

@jkr

Not sure why, but it has been reported on the list (Windows 8), and I reproduced the problem using wine. On Linux/OSX, we get the following correct behavior:

jkr@guppy$ pandoc inline_images.docx<p>This picture <img src="media/image1.jpg" /> is an identicon.</p><p>Here is <a href="http://www.google.com">one <img src="media/image2.jpg" /> that</a> links.</p>jkr@guppy$ pandoc image.docx<p>An image:</p><p><img src="media/image1.jpg" /></p>

On wine (and Windows 8), we get:

jkr@guppy$ wine pandoc ~/devel/pandoc/tests/docx/inline_images.docx<p>This picture is an identicon.</p><p>Here is <a href="http://www.google.com">one that</a> links.</p>jkr@guppy$ wine pandoc ~/devel/pandoc/tests/docx/image.docx   <p>An image:</p>

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


      [8]ページ先頭

      ©2009-2025 Movatter.jp