Releases: cochaviz/academic_markdown_cli
Now Support Beamer to PDF
Now supports beamer as a 'target' building option from markdown. The built file will be in PDF format; the intermediary (latex) version is not available.
Full Changelog: v0.2.7...v0.2.8
Complete migration to Github Container Registry
This release completes the migration of the Docker container to the GitHub Container Registry. This is reflected in the packages downloaded by the support scripts, and the academic_markdown
python script itself.
Remove mermaid dependency
In restructuring the project, some testing change was pushed to production. Mermaid should not be introduced as a non-optional dependency, and it should first be added into check-health
. This fix removes the use of mermaid altogether.
PyPI Dependency Fix
Should fix issue where dependencies were not properly referenced.
Initial Release
Initial Release for the tool originally included in the academic_markdown project. Like this, users should be able to update the cli more easily (the previous method used merging unrelating histories with git). This should also make the Dockerfile used in the devcontainer less coupled to the repo.