All Projects → frontarm → Mdx Util

frontarm / Mdx Util

Licence: mit
Utilities for working with MDX

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mdx Util

X0
Document & develop React components without breaking a sweat
Stars: ✭ 1,706 (+140.62%)
Mutual labels:  markdown, mdx, jsx
Xdm
a modern MDX compiler. No runtime. With esbuild, Rollup, and webpack plugins
Stars: ✭ 206 (-70.94%)
Mutual labels:  markdown, mdx, jsx
Mdx
Markdown for the component era
Stars: ✭ 11,948 (+1585.19%)
Mutual labels:  markdown, mdx, jsx
Awesome
A curated list of awesome MDX resources
Stars: ✭ 195 (-72.5%)
Mutual labels:  markdown, mdx, jsx
Ok Mdx
Browser-based MDX editor
Stars: ✭ 681 (-3.95%)
Mutual labels:  markdown, mdx, jsx
Gatsby Plugin Mdx
gatsby v1 mdx plugin, for gatsby v2 see https://github.com/ChristopherBiscardi/gatsby-mdx
Stars: ✭ 50 (-92.95%)
Mutual labels:  markdown, mdx, jsx
Mdx Deck
♠️ React MDX-based presentation decks
Stars: ✭ 10,487 (+1379.13%)
Mutual labels:  markdown, mdx
Vscode Mdx Preview
MDX Preview for Visual Studio Code
Stars: ✭ 103 (-85.47%)
Mutual labels:  markdown, mdx
Preact Markup
⚡️ Render HTML5 as VDOM, with Components as Custom Elements!
Stars: ✭ 167 (-76.45%)
Mutual labels:  markdown, jsx
Vscode Stylelint
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint
Stars: ✭ 260 (-63.33%)
Mutual labels:  markdown, jsx
Gatsby Digital Garden
🌷 🌻 🌺 Create a digital garden with Gatsby
Stars: ✭ 291 (-58.96%)
Mutual labels:  markdown, mdx
Mdx Go
⚡️ Lightning fast MDX-based dev server for progressive documentation
Stars: ✭ 340 (-52.05%)
Mutual labels:  markdown, mdx
Prettier
Prettier is an opinionated code formatter.
Stars: ✭ 41,411 (+5740.76%)
Mutual labels:  markdown, jsx
Mdx Docs
📝 Document and develop React components with MDX and Next.js
Stars: ✭ 412 (-41.89%)
Mutual labels:  markdown, mdx
Blocks
A JSX-based page builder for creating beautiful websites without writing code
Stars: ✭ 4,300 (+506.49%)
Mutual labels:  mdx, jsx
Gatsby Starter Portfolio Minimal
A Gatsby Starter to create a clean one-page portfolio with Markdown content.
Stars: ✭ 100 (-85.9%)
Mutual labels:  markdown, mdx
Code Surfer
Rad code slides <🏄/>
Stars: ✭ 5,477 (+672.5%)
Mutual labels:  markdown, mdx
Nextra
The Next.js Static Site Generator
Stars: ✭ 1,271 (+79.27%)
Mutual labels:  markdown, mdx
Dataformsjs
🌟 DataFormsJS 🌟 A minimal JavaScript Framework and standalone React and Web Components for rapid development of high quality websites and single page applications.
Stars: ✭ 95 (-86.6%)
Mutual labels:  markdown, jsx
Gatsby Theme Code Notes
A Gatsby theme for publishing code-related notes to your website
Stars: ✭ 370 (-47.81%)
Mutual labels:  markdown, mdx

mdx-util

A collection of utilities for working with MDX

  • mdx-constant

    Exports a constant from MDX files that don't explicitly define it. Useful for implementing front matter with gray-matter.

  • mdx-loader

    A batteries included loader for MDX.

    • Emoji support via remark-emoji
    • Image urls are automatically embedded as images via remark-images
    • All headings have id slugs added via remark-slug
    • Code blocks have markup for syntax highlighting via prismjs and rehype-prism. Note: you'll still need to import the prism stylesheet yourself.
    • Front matter is exported on a frontMatter object via gray-matter.
    • A table of contents object is exported on the tableOfContents object via mdx-table-of-contents.
  • mdx-table-of-contents

    An MDX plugin that exports a tableOfContents object, along with the exported component.

  • mdx.macro

    An MDX macro to facilitate usage of MDX with create-react-app, without ejecting.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].