watermarkhu/maxx#68 added support for indexing MATLAB livescript. https://nl.mathworks.com/help/matlab/matlab_prog/what-is-a-live-script-or-function.html, MathWorks version of interactive notebooks.
Live scripts should be able to be documented as-is, with comment blocks converted to documentation text and code blocks converted to ``` matlab code blocks.
This should support both the .mlx format and the (from R2025a onwards) standard .m format.
Live scripts documentation should be invoked by their relative path from the Config file.
watermarkhu/maxx#68 added support for indexing MATLAB livescript. https://nl.mathworks.com/help/matlab/matlab_prog/what-is-a-live-script-or-function.html, MathWorks version of interactive notebooks.
Live scripts should be able to be documented as-is, with comment blocks converted to documentation text and code blocks converted to ``` matlab code blocks.
This should support both the
.mlxformat and the (from R2025a onwards) standard.mformat.Live scripts documentation should be invoked by their relative path from the Config file.