Skip to content

Backslashes in RasterizePreviousInputOutputAndExportToMarkdown output on Windows #602

Open
@santiagoginero

Description

The problem

When using RasterizePreviousInputOutputAndExportToMarkdown, the path to the generated image contains backslashes when it should contain slashes instead.

In[] := RasterizePreviousInputOutputAndExportToMarkdown["Documentation\\Images\\Temp.png"]
Out[] =
  In[] := graph = BlockRandom[

    DirectedGraph[RandomGraph[{10, 10}], "Acyclic", 

   VertexLabels -> Automatic], RandomSeeding -> 3]

  <img src="\Documentation\Images\Temp.png" width="297.6">

2021-01-22 (2)

Expected behavior

The path to image should contain slashes between folders. Very minor issue, but brings some problems when writing documentation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

infrastructureHas to do with changes to the development process, e.g., build scripts, CI, testing utilitiesweedSomething isn't workingwolfram languageRequires Wolfram Language implementation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions