antfu / vite-plugin-md

Markdown with Vue for Vite
MIT License
604 stars 89 forks source link

想实现一个自定义代码块,出现一下bug #122

Closed aslrz-club closed 1 year ago

aslrz-club commented 2 years ago

Describe the bug

Problem encountered during the "finalize" stage of the vite-plugin-md transform pipeline:

Reproduction

https://github.com/aslrz-club/vite-plugin-md

System Info

System:
    OS: macOS 12.6
    CPU: (8) arm64 Apple M1
    Memory: 82.45 MB / 8.00 GB
    Shell: 5.8.1 - /bin/zsh
  Binaries:
    Node: 17.2.0 - /opt/homebrew/bin/node
    Yarn: 1.22.17 - /opt/homebrew/bin/yarn
    npm: 8.7.0 - /opt/homebrew/bin/npm

Used Package Manager

pnpm

Validations

yankeeinlondon commented 1 year ago

Please describe the issue you are having rather than requiring someone to checkout, build, and test your code. My guess is that the latest release -- Release v0.22.0 -- fixes whatever problem you were having but if not then open a new issue and be sure to describe the issue in addition to a minimally reproducible example.