fix(docs): add v-pre directive to inline code for proper rendering by smasato · Pull Request #200 · jdx/hk
Fixes VitePress rendering issue where inline code containing double curly braces was being interpreted as Vue template syntax instead of literal text. Strings containing {{}} were not displayed cor...