Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backslashes in RasterizePreviousInputOutputAndExportToMarkdown output on Windows #602

Open
santiagoginero opened this issue Jan 22, 2021 · 0 comments
Assignees
Labels
infrastructure Has to do with changes to the development process, e.g., build scripts, CI, testing utilities weed Something isn't working wolfram language Requires Wolfram Language implementation

Comments

@santiagoginero
Copy link
Collaborator

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.

@santiagoginero santiagoginero added the weed Something isn't working label Jan 22, 2021
@maxitg maxitg changed the title Rasterization of Previous IO to Markdown Backslashes in RasterizePreviousInputOutputAndExportToMarkdown output on Windows Jan 22, 2021
@maxitg maxitg changed the title Backslashes in RasterizePreviousInputOutputAndExportToMarkdown output on Windows Backslashes in RasterizePreviousInputOutputAndExportToMarkdown output on Windows Jan 22, 2021
@maxitg maxitg added infrastructure Has to do with changes to the development process, e.g., build scripts, CI, testing utilities wolfram language Requires Wolfram Language implementation labels Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Has to do with changes to the development process, e.g., build scripts, CI, testing utilities weed Something isn't working wolfram language Requires Wolfram Language implementation
Projects
None yet
Development

No branches or pull requests

3 participants