rollup-plugin-markdown
Code Extractor
Extracts JavaScript code from embedded Markdown blocks in Rollup configurations
import JavaScript from Markdown code blocks
18 stars
4 watching
1 forks
Language: JavaScript
last commit: almost 7 years ago documentationjavascriptliterate-programmingmarkdownnpmrolluprollup-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
se-panfilov/rollup-plugin-strip-code | A rollup plugin to remove code sections based on regular expressions | 20 |
xiaofuzi/rollup-plugin-md | A Rollup plugin to process and render Markdown files in JavaScript projects | 24 |
sormy/rollup-plugin-smart-asset | Rollup plugin to process asset references in JavaScript code | 34 |
mbostock/rollup-plugin-ascii | Rewrites JavaScript to escape non-ASCII characters in string literals. | 12 |
developit/rollup-plugin-preserve-shebang | Automates preservation of executable shebangs in entry files for Rollup builds. | 48 |
amarcruz/rollup-plugin-cleanup | A plugin to remove comments and optimize formatting from JavaScript files before they are bundled into a single file | 99 |
vikerman/rollup-plugin-hoist-import-deps | Improves performance of lazy loading by preloading static imports alongside dynamic import calls | 67 |
yingye/rollup-plugin-banner | A plugin to append content before JavaScript bundle generation. | 16 |
notwoods/rollup-plugin-consts | Allows importing build-time constants into JavaScript code with Rollup. | 11 |
jkuri/rollup-plugin-progress | Displays progress of module compilation during the Rollup bundling process | 53 |
eight04/rollup-plugin-cjs-es | Converts CommonJS modules to ES module format | 21 |
eight04/rollup-plugin-external-globals | Transforms external imports into global variables in Rollup plugins | 106 |
nathancahill/rollup-plugin-collect-sass | A Rollup plugin to compile Sass files and collect imports into a single context | 16 |
trofima/rollup-plugin-ejs | A Rollup plugin for loading and compiling Embedded JavaScript (ejs) templates | 8 |
cameronhunter/rollup-plugin-pegjs | An npm package that allows importing PEG.js grammars as parsers directly in code | 7 |