mdx-util
Utilities for working with MDX
File Explorer
Download Latest Version (.zip)- mdxc.js
- importsToCommonJS.js
- jsx_block.js
- jsx_inline.js
- jsxParser.js
- jsxRenderer.js
- mdxc.js
- text_with_newline.js
- transformJSX.js
- importsToCommonJS.js
- jsx_block.js
- jsx_inline.js
- jsxParser.js
- jsxRenderer.js
- mdxc.js
- text_with_newline.js
- transformJSX.js
- imports.txt
- importsArray.txt
- pragma.txt
- code.txt
- jsx-blocks.txt
- jsx-inline.txt
- markdown.txt
- proto.txt
- import.txt
- prop.txt
- strings.txt
- mdxc.test.js
- .babelrc
- .npmignore
- package.json
- README.md
- yarn.lock
- index.js
- package.json
- README.md
- test.js
- getCodeBlockOptions.js
- highlightCode.js
- highlightLines.js
- index.js
- loadPrismLanguage.js
- index.js
- package.json
- README.md
- typography.js
- index.js
- package.json
- README.md
- test.js
- code.js
- output.js
- code.js
- output.js
- mdx.macro.js
- package.json
- README.md
- test.js
- .gitignore
- lerna.json
- LICENSE.md
- package.json
- README.md
- TODO.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/frontarm/mdx-util
Downloads the entire project code from GitHub to your computer.
cd mdx-util
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd deprecated-packages/mdxc
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
