Furigana in Markdown Using Regular Expressions
Posted by Elnu on#japanese
TL;DR: Here
Background
As I was building the current a previous version of this website, I came across an issue. In the previous version of the site which I made with Nuxt.js, a Vue.js-based JavaScript web development framework similar to the React-based Next.js, I used markdown-it
for rendering my Markdown content. The great thing about markdown-it
was how extensible it is: there are a vast number of available npm packages that extend its functionality beyond the base CommonMark …