All Projects → ChristopherBiscardi → Gatsby Plugin Mdx

ChristopherBiscardi / Gatsby Plugin Mdx

Licence: mit
gatsby v1 mdx plugin, for gatsby v2 see https://github.com/ChristopherBiscardi/gatsby-mdx

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gatsby Plugin Mdx

Gatsby Theme Code Notes
A Gatsby theme for publishing code-related notes to your website
Stars: ✭ 370 (+640%)
Mutual labels:  gatsby, markdown, mdx
Awesome
A curated list of awesome MDX resources
Stars: ✭ 195 (+290%)
Mutual labels:  markdown, mdx, jsx
Mdx
Markdown for the component era
Stars: ✭ 11,948 (+23796%)
Mutual labels:  markdown, mdx, jsx
Xdm
a modern MDX compiler. No runtime. With esbuild, Rollup, and webpack plugins
Stars: ✭ 206 (+312%)
Mutual labels:  markdown, mdx, jsx
Gatsby Gitbook Starter
Generate GitBook style modern docs/tutorial websites using Gatsby + MDX
Stars: ✭ 700 (+1300%)
Mutual labels:  gatsby, markdown, mdx
Gatsby Digital Garden
🌷 🌻 🌺 Create a digital garden with Gatsby
Stars: ✭ 291 (+482%)
Mutual labels:  gatsby, markdown, mdx
X0
Document & develop React components without breaking a sweat
Stars: ✭ 1,706 (+3312%)
Mutual labels:  markdown, mdx, jsx
Gatsby Starter Portfolio Minimal
A Gatsby Starter to create a clean one-page portfolio with Markdown content.
Stars: ✭ 100 (+100%)
Mutual labels:  gatsby, markdown, mdx
Mdx Util
Utilities for working with MDX
Stars: ✭ 709 (+1318%)
Mutual labels:  markdown, mdx, jsx
Mdx Deck
♠️ React MDX-based presentation decks
Stars: ✭ 10,487 (+20874%)
Mutual labels:  gatsby, markdown, mdx
Ok Mdx
Browser-based MDX editor
Stars: ✭ 681 (+1262%)
Mutual labels:  markdown, mdx, jsx
Github Profile Readme Generator
🚀 Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI.
Stars: ✭ 7,812 (+15524%)
Mutual labels:  gatsby, markdown
Mdx Docs
📝 Document and develop React components with MDX and Next.js
Stars: ✭ 412 (+724%)
Mutual labels:  markdown, mdx
Blocks
A JSX-based page builder for creating beautiful websites without writing code
Stars: ✭ 4,300 (+8500%)
Mutual labels:  mdx, jsx
Docz
✍ It has never been so easy to document your things!
Stars: ✭ 22,020 (+43940%)
Mutual labels:  gatsby, mdx
Gatsby Starter Bee
🐝Full Package | Simple | Fresh UI | Blog Template :: Let's start to blogging with gatsby-starter-bee!
Stars: ✭ 416 (+732%)
Mutual labels:  gatsby, markdown
Gatsby Starter Deck
🗣 Create presentations using Gatsby, React & Markdown.
Stars: ✭ 522 (+944%)
Mutual labels:  gatsby, markdown
Fusuma
✍️Fusuma makes slides with Markdown easily.
Stars: ✭ 5,033 (+9966%)
Mutual labels:  markdown, mdx
Code Surfer
Rad code slides <🏄/>
Stars: ✭ 5,477 (+10854%)
Mutual labels:  markdown, mdx
Mdx Go
⚡️ Lightning fast MDX-based dev server for progressive documentation
Stars: ✭ 340 (+580%)
Mutual labels:  markdown, mdx

gatsby-plugin-mdx

this plugin is only applied to gatsby v1. for v2 please use gatsby-mdx

Installation

yarn add gatsby-plugin-mdx

then

yarn add @mdx-js/mdx @mdx-js/loader loader-utils --dev

In your gatsby-config.js

  plugins: ['gatsby-plugin-mdx'],

Usage

Check mdx document for syntax and examples: https://github.com/mdx-js/mdx#mdx-syntax

Example

Check examples folder for working examples

Basic:

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].