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.38k stars 170 forks source link

[BUG] Rendered markdown preview could have additional hidden strings from the extension #1981

Open liqunkang opened 1 month ago

liqunkang commented 1 month ago

Hi all,

I am using this extension to preview the documentation of my python library. I noticed this extension has issues when rendering the markdown files with the following content:

Markdown file

# Example

## <kbd>class</kbd> `Exp_data`

### <kbd>method</kbd> `__init__`

Initialize the object with id.

**Args:**

- <b>`id`</b> (int):  The id of the object

**Returns:**
    None

Screenshots screenshot

Environment