-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
infrastructureHas to do with changes to the development process, e.g., build scripts, CI, testing utilitiesHas to do with changes to the development process, e.g., build scripts, CI, testing utilitiesweedSomething isn't workingSomething isn't workingwolfram languageRequires Wolfram Language implementationRequires Wolfram Language implementation
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">
Expected behavior
The path to image should contain slashes between folders. Very minor issue, but brings some problems when writing documentation.
Metadata
Metadata
Assignees
Labels
infrastructureHas to do with changes to the development process, e.g., build scripts, CI, testing utilitiesHas to do with changes to the development process, e.g., build scripts, CI, testing utilitiesweedSomething isn't workingSomething isn't workingwolfram languageRequires Wolfram Language implementationRequires Wolfram Language implementation