VSCode Markdown Right-to-Left support.
- After Installing the plugin, activate it using the command
Active RTL-Markdown
. - Restart VSCode for change to take effect. (This plugin changes VSCode core files.)
- Ignore VSCode warning about core changes.
- Change your file name extension to
.rtl.md
for examplelist.md
tolist.rtl.md
. - Now you should see RTL layout of your markdown file.
Command | Effect |
---|---|
Active RTL-Markdown |
Activate the plugin & change VSCode core file |
Deactive RTL-Markdown |
Deactivate the plugin & reset VSCode core file to default |
RTL Markdown |
Change file extension to .rtl.md |
LTR Markdown |
Change file extension to .md |