- API Reference documentation generation from source code.
- Add
mlxshake
shell command for calling this from the command line (instead of within Matlab).
Enhancements:
- Rename project from ExportMlx to MlxShake, because ExportMlx is a boring name.
- Post to File Exchange.
Bug fixes:
- Convert codecogs embeds from raw HTML img tags to Markdown tags.
- Store rendered equation images locally, instead of querying web service at doc viewing time.
Enhancements:
- Add support for additional output formats, including PDF, HTML, and Microsoft Word.
Bug fixes:
- Fix CI tests.
- Improve organization of
make
targets. - Clean up some leftover MatlabProjectTemplate cruft to make the code tree friendlier.
- Fix
make clean
andrmrf
to properly handle directories.
- Fix some missing files in local doc files.
- Initial fork of project from Michio Inoue's livescript2markdown.
- Jankify the code and API.
- Add programmatic mlx-to-tex export.
- Fix broken inline image links.
- Clean up formatting of generated Markdown.
- Add CI support.
- Optionally delete intermediate generated files (the
.tex
and.sty
etc. files). - Make logging/progress output configurable.