M2MD icon indicating copy to clipboard operation
M2MD copied to clipboard

Simple converter of Mathematica notebooks to markdown.

Results 8 M2MD issues
Sort by recently updated
recently updated
newest added

Please modify the package M2MD, so Command Line Interface (CLI) scripts can be made. For example the following script does not work because M2MD requires front-end operations: ``` #!/usr/bin/env wolframscript...

Since GitHub doesn't support LaTeX equations in its markdown, it might be useful to have all equations rendered as images. This way the resulting files can be easily added to...

enhancement

In general, I would treat `TraditionalForm` output cells with more care. Some users (like myself), might have it enabled as a standard output format, so that every output cell is...

TraditionalForm output cells may also contain images. Currently, this is not accounted for in ``` M2MD[style_, cell:_[BoxData @ FormBox[_, TraditionalForm], ___], OptionsPattern[] ] := MDElement["LaTeXBlock", BoxesToTeXString @ cell ]; ```...

Improve quality of images exported from 3D objects, make it adjustable. Based on https://mathematica.stackexchange.com/a/200/5478

enhancement

If an inline code cell contains backticks, it should be delimited with multiple backtikcs.

bug

Not all operators / special characters have ASCII counterparts that will be parsed back to WL correctly. Convert only those which will (-> etc).

enhancement

![image](https://user-images.githubusercontent.com/15227576/72708485-1e0a1600-3b63-11ea-8072-d04cc02fb587.png) is interpreted as ``` focusAdmins2={Taiwan, Taiwan,Taichung, Taiwan}; focusAdmins1={Fujian, China}; ``` It is because CopyAsPlainText does it. Otoh CopyAsInputText copies the string representation of boxes which are behind the 2D...

bug
priority:low