vscode-markdown-languageservice icon indicating copy to clipboard operation
vscode-markdown-languageservice copied to clipboard

Some Markdown supports does not deal with multibyte character

Open yarakos95 opened this issue 2 years ago • 0 comments

This problem still occurs even if you disable all extensions and occurs in both stable and insider.

The following features do not deal with multibyte characters well. It encodes multibyte characters. Do not encode.

The path intellisense for headings works correctly. Markdown rename support includes “Rename reference links”, but reference links works correctly.

Demonstrations

  .
  |- テスト1.md
  `- テスト2.md
<!-- テスト1.md -->
# 見出し

[見出し](#見出し)

[Visual Studio Code April 2022][vscode]

[vscode]: https://code.visualstudio.com/updates/v1_67

[テスト2の見出し](テスト2.md#見出し)

<!-- テスト2.md -->
# 見出し

  • Markdown path IntelliSense

    Image path IntelliSense

  • Drop into editor to create link

    Image Drop into editor to create link

  • Rename Headers

    Image Rename headers

    Image Rename headers

  • Rename Files

    Image Rename files

Rename reference links works correctly.

Image Rename reference links

Version

 Version: 1.67.2 (user setup)
  Commit: c3511e6c69bb39013c4a4b7b9566ec1ca73fc4d5
    Date: 2022-05-17T18:15:52.058Z
Electron: 17.4.1
Chromium: 98.0.4758.141
 Node.js: 16.13.0
      V8: 9.8.177.13-electron.0
      OS: Windows_NT x64 10.0.19043
 Version: 1.68.0-insider (user setup)
  Commit: c0769274fa136b45799edeccc0d0a2f645b75caf
    Date: 2022-05-23T05:17:12.256Z
Electron: 17.4.4
Chromium: 98.0.4758.141
 Node.js: 16.13.0
      V8: 9.8.177.13-electron.0
      OS: Windows_NT x64 10.0.19043

yarakos95 avatar May 24 '22 12:05 yarakos95