JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
706 stars 78 forks source link

Enhancement: Expand commands that can be run from markdown #137

Open humblepie opened 12 months ago

humblepie commented 12 months ago

Hello,

I can run certain commands from an .md file (such as yarn). But there is no configuration to allow me to add detection for additional commands (such as npx). Please enhance the markdown plugin to configure additional commands that can be detected for execution.

Image shows yarn commands executable. The npx command is not: Screenshot 2023-11-13 at 8 09 38 AM