Skip to content

Releases: cochaviz/academic_markdown_cli

Now Support Beamer to PDF

08 Jun 14:33
Compare
Choose a tag to compare

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

17 Jan 19:27
Compare
Choose a tag to compare

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

01 Nov 17:09
Compare
Choose a tag to compare

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

01 Nov 16:07
Compare
Choose a tag to compare

Should fix issue where dependencies were not properly referenced.

Initial Release

01 Nov 15:58
Compare
Choose a tag to compare

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.