livescript2markdown: MATLAB's live scripts to markdown
Editor's Note: This file was selected as MATLAB Central Pick of the Week
Converting MATLAB Live Script to Markdown
Copyright 2020 The MathWorks, Inc.
Introduction
This repository provides a functions to convert your live scripts to markdown file. I hope this function makes your life easy to document your repository.
I've checked the function with multiple live scripts but please note that it's not perfect. It's expected that you need some manual editing.
NOTE (2020/02/10)
When exporting to LaTeX right after running the livescript, it's observed that the figures will be exported as eps files or not at all if the livescript contains more than 20 figures.
I suggest that you close the script and reopen and then export to latex.
Feedback
Hope it accelerates your MATLAB life. Any comment and suggestions are always appreciated.
Cite As
michio (2022). livescript2markdown: MATLAB's live scripts to markdown (https://github.com/minoue-xx/livescript2markdown/releases/tag/v1.5.0), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.