maxitg / SetReplace

C++/Wolfram Language package for exploring set and graph rewriting systems
MIT License
216 stars 43 forks source link

Rasterization: allow filenames starting with $ #631

Closed maxitg closed 3 years ago

maxitg commented 3 years ago

Changes

Comments

Examples

In[] := Graph[$SetReplaceTypeGraph, ImageSize -> 512]
image
RasterizePreviousInputOutputAndExportToMarkdown["$SetReplaceTypeGraph.png", "DryRun" -> True]
image
"Out[] = ```wl
In[] := Graph[$SetReplaceTypeGraph, ImageSize -> 512]

<img src=\"/Documentation/Images/$SetReplaceTypeGraph.png\" width=\"660.6\">"



<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/maxitg/setreplace/631)
<!-- Reviewable:end -->