shd101wyy / vscode-markdown-preview-enhanced

One of the "BEST" markdown preview extensions for Visual Studio Code
https://shd101wyy.github.io/markdown-preview-enhanced
Other
1.41k stars 170 forks source link

Pandoc + PlantUML + Chinese #915

Open gujunhk opened 2 years ago

gujunhk commented 2 years ago

It seems that Chinese characters won't be rendered with PlantUML & Pandoc.

  1. Markdown Code:

    ---
    output: word_document
    ---
    ```puml
    @startuml
    这里 -> 那里: 路过
    @enduml
    ```
    
  2. Screenshot: 截屏2021-08-31 下午3 17 07

  3. Environment: OS: macOS Big Sur(11.5.2 20G95) VSCode: 1.59.1 MPE: v0.6.0 JDK: Oracle JDK 1.8.0_231 PlantUML(VSCode Plugin): v2.15.1

drewzhao commented 2 years ago

In case anyone is look for a solution: https://gist.github.com/drewzhao/4a2da39d4618839a1459dddc08e86438