Editor's Note: This file was selected as MATLAB Central Pick of the Week
Note: The following File Exchange entry provides livescript2markdown as a toolbox.
https://www.mathworks.com/matlabcentral/fileexchange/89516-live-script-to-markdown-converter
__
This repository provides a function latex2markdown.m that supports you to convert your live scripts to markdown file. I hope this function makes your life easy to document your repository.
Instruction and Examples: https://github.com/minoue-xx/livescript2markdown/blob/master/doc/README_EN.md
使い方と使用例はこちらから: https://github.com/minoue-xx/livescript2markdown/blob/master/doc/README_JP.md
NOTE: I've checked the function on multiple live scripts but please note it's still expected that you may need some manual editing.
michio (2021). livescript2markdown: MATLAB's live scripts to markdown (https://github.com/minoue-xx/livescript2markdown/releases/tag/1.3.4), GitHub. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Hi Tomoki-san, thank you very much for spotting the issue. I believe I have fixed the issue of having more than 10 figures.
Hi. Apparently the function does not input the figures beyond the 9th one in the markdown. I think its due to the order of how files are stored. Like in the order of
figure_0.png
figure_1.png
figure_10.png
figure_11.png
figure_2.png
You may want to look into that.
But overall this function was very useful. Thanks for the effort!
Great job! Look forward to developing more extensions.