https://github.com/mr-destructive/markrunner.nvim
Run markdown fenced codeblocks from neovim
https://github.com/mr-destructive/markrunner.nvim
Last synced: about 1 year ago
JSON representation
Run markdown fenced codeblocks from neovim
- Host: GitHub
- URL: https://github.com/mr-destructive/markrunner.nvim
- Owner: Mr-Destructive
- Created: 2022-09-21T16:03:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T13:39:57.000Z (over 3 years ago)
- Last Synced: 2025-01-29T20:37:22.848Z (over 1 year ago)
- Language: Lua
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Markrunner
Markrunner is a neovim plugin for running markdown fenced code blocks as scripts.
## Installation
```lua
use('mr-destructive/markrunner.nvim')
```
## Usage

Select the fenced code blocks including the backticks at the start and end, simply press `md` and it will run the snippet for you in the terminal.
## Language Support
- Python
- Golang
- Lua
- Bash
- Javascript (Node.js)
## TODO
- Compiled Language Support(c/cpp, java)
- Floating Terminal
- Documentation