└── readme.md /readme.md: -------------------------------------------------------------------------------- 1 | # remark-jsx 2 | 3 | Deprecated. 4 | Please use [MDX][] (for JSX in Markdown) or [remark-react][] (for markdown in React) 5 | 6 | [Git][] is still intact and previous versions can still be used without warnings. 7 | 8 | [mdx]: https://github.com/mdx-js/mdx 9 | 10 | [remark-react]: https://github.com/remarkjs/remark-react 11 | 12 | [git]: https://github.com/remarkjs/remark-jsx/tree/master --------------------------------------------------------------------------------