- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.5k
Open
Description
Is your feature request related to a problem? Please describe.
When I ported my MD document over, I encountered many problems and found that it was due to some<>tags being incorrectly parsed (in fact, I didn't want them to be parsed). This has caused some trouble.
The example is as follows:
| 参数              | 含义                                               |
| ----------------- | -------------------------------------------------- |
| -d                | 指定当前唯一通过 USB 连接的 Android 设备为命令目标 |
| -e                | 指定当前唯一运行的模拟器为命令目标                 |
| -s <serialNumber>| 指定相应 serialNumber 号的设备/模拟器为命令目标    |
An error will be reported at this time:[plugin:vite:vue] Element is missing end tag.
Although it can be solved by :| -s `<serialNumber>`|  ,
Describe the solution you'd like
I think simply prohibit parsing<>in the table, is the simplest and most effective approach.I want to know how to disable parsing in a table.
Because I hope that documents that can be parsed normally in MD software such as Typora can be easily ported. The parsing of tags has caused some trouble.
Describe alternatives you've considered
Perhaps globally banning the "Using Vue in Markdown" feature would also be effective?
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the docs.
- Read the Contributing Guidelines.
- Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.