Tags: dikkadev/mdpaper
Tags
fix(pdf): reorder registry headings This commit reorders the registry headings, specifically moving the citation heading to after the figures heading. This ensures that the TOF is generated in the correct order. The TODO comment for adding other registry headings was removed as it is no longer necessary. Also, this commit updates the version number in globals/version.go from 2.7.9 to 2.7.10.
feat(cli): use checkVersion function This commit modifies the main.go and cli.go files to use the previously defined CheckVersion function. Now, whenever the main function is called, it automatically checks for available updates and prompts the user for an update.
fix(pdf): add missing newline and update math block to use align* env… …ironment This change fixes a bug where the generated LaTeX code for math blocks did not include a newline at the end of the equation. Additionally, the code has been updated to use the align* environment instead of displaystyle. This allows for multiple equations to be aligned and for line breaks to be used with \\, but also means that empty lines are not allowed. The reference documentation has been updated to reflect these changes.
PreviousNext