Open
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.
Activity