v0.2.46-beta
Mechdown Diagrams
Added support for diagrams in Mechdown via Mermaid.
You can see an example here:
https://docs.mech-lang.org/V.examples/ekf.html#62758183329167312
The way it works is you just use Mermaid syntax within a code fence with the "diagram" or "mermaid" label.
Repl docs
Added a :docs command in the REPL that will fuzzy search docs and write the contents of the result in the console window.
Windows Installer
Added a windows installer (attached to this release). This will install the mech binary into Program Files, add Mech to the PATH, associate .mec files with the mech runtime. There's only a Windows installer for now.
More Monorepo
Moved Docs and Examples and Notebook into the monorepo. Those repos are now archived.
Various bug fixes as well.
Full Changelog: v0.2.45-beta...v0.2.46-beta