Recent Posts

Integrating Mermaid with Pandoc

less than 1 minute read

When converting a markdown file to a pdf file, the mermaid diagram is not rendered. This is because the default pandoc markdown engine does not support merma...

How to use Miniconda

1 minute read

Conda is an open-source package management system and environment management system that runs on Windows, macOS, and Linux. Conda quickly installs, runs, and...

Pandoc Include Code Highlight

less than 1 minute read

Covertign a markdown file to a pdf file, the code block is not highlighted. This is because the default pandoc markdown engine does not support code highligh...

Using git

3 minute read

Git is a distributed version control system. It is a tool that helps you keep track of changes in your codebase. It is a tool that helps you collaborate with...