2019-05-30 09:31:11 -04:00
2019-05-30 09:31:11 -04:00
2018-10-26 20:53:56 +09:00
2018-10-26 21:15:17 +09:00
2018-10-26 20:53:56 +09:00
2018-11-03 19:34:31 +09:00
2018-10-26 20:53:56 +09:00
2018-10-30 15:54:29 +09:00

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.

Description
No description provided
Readme 3.7 MiB
Languages
JavaScript 100%