<!-- Please don't delete this template or we'll close your issue --> <!-- Please use English language --> <!-- Before creating an issue please make sure you are using the latest version of Docsify. --> <!-- Please ask questions on StackOverflow: https://stackoverflow.com/questions/ask?tags=docsify --> <!-- Please ask questions on Discord: https://discord.gg/3NwKFyR --> ## Bug Report #### Steps to reproduce <input v-model="msg" /> ``` {{ msg }} ``` <script>Vue.createApp({data(){return {msg: "Hello"}}})</script> #### What is current behaviour <input /> <pre v-pre><code>{{ msg }}</code></pre> #### What is the expected behaviour <input /> <pre v-pre><code>Hello</code></pre> #### Other relevant information <!-- (Update "[ ]" to "[x]" to check a box) --> - [x] Bug does still occur when all/other plugins are disabled? - Your OS: - Node.js version: - npm/yarn version: - Browser version: - Docsify version: - Docsify plugins: <!-- Love docsify? Please consider supporting our collective: 👉 https://opencollective.com/docsify/donate --> #### Please create a reproducible sandbox Done. [](https://codesandbox.io/s/busy-austin-pk53xl?fontsize=14&hidenavigation=1&theme=dark) #### Mention the docsify version in which this bug was not present (if any) ### Cause by this line https://github.com/docsifyjs/docsify/blob/8cbc7c8073e134df37600d097e58071909059fbd/src/core/render/compiler/code.js#L14
Bug Report
Steps to reproduce
What is current behaviour
What is the expected behaviour
Other relevant information
Bug does still occur when all/other plugins are disabled?
Your OS:
Node.js version:
npm/yarn version:
Browser version:
Docsify version:
Docsify plugins:
Please create a reproducible sandbox
Done.

Mention the docsify version in which this bug was not present (if any)
Cause by this line
docsify/src/core/render/compiler/code.js
Line 14 in 8cbc7c8