One of our project requirements was to support Markdown rendering, aiming to replicate effects similar to ChatGPT and Claude.
This article aims to document the problems I encountered and their solutions while implementing this feature.
One of our project requirements was to support Markdown rendering, aiming to replicate effects similar to ChatGPT and Claude.
This article aims to document the problems I encountered and their solutions while implementing this feature.
How to use Python's ffmpy3
package to batch merge TS files into a single MP4 file.
When running a personal blog, you might encounter this requirement: wanting your website to support multiple languages so that readers from different regions can easily read your content.
This is where website internationalization (also known as i18n) comes into play.
For blogs built with Hexo, implementing internationalization requires consideration not only of content translation but also template rendering and other issues.