Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to react-markdown loader list #1215

Merged
merged 2 commits into from
May 15, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/loaders/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Loaders are activated by using `loadername!` prefixes in `require()` statements,
* `pug-loader` Loads Pug templates and returns a function
* `jade-loader` Loads Jade templates and returns a function
* `markdown-loader` Compiles Markdown to HTML
* [`react-markdown`](https://github.com/javiercf/react-markdown-loader) Compiles Markdown to a React Component using the markdown-parse parser
* `posthtml-loader` Loads and transforms a HTML file using [PostHTML](https://github.com/posthtml/posthtml)
* `handlebars-loader` Compiles Handlebars to HTML
* [`markup-inline-loader`](https://github.com/asnowwolf/markup-inline-loader) Inline SVG/MathML files to HTML. It’s useful when applying icon font or applying CSS animation to SVG.
Expand Down