Found 74 repositories(showing 30)
quantizor
A very fast and versatile markdown toolchain. Output to AST, React, React Native, SolidJS, Vue, HTML, and more!
stevendelro
A Next.js & Material UI portfolio that stylizes markdown files from the GitHub API and Contentful CMS.
MDX is just an extension of Markdown that allows you to import and write JSX in your markdown documents.
hoangsonww
🪐 DevVerse CS Blog – A modern, high-performance blog app built with Next.js, Vercel, Supabase, TypeScript, MDX, and Framer Motion, featuring real-time search, dynamic routing, and optimized SEO for deep dives into computer science and software engineering topics. © Son Nguyen 2026.
mccleanp
remark plugin to transform standard markdown headings to docusaurus(v2) JSX tabs.
kerams
Fable bindings for markdown-to-jsx https://kerams.github.io/Fable.MarkdownToJsx/
Innei
No description available
SoonIter
SSR (jsx-to-markdown) render React to Markdown strings — like `renderToString` in react-dom, but outputs Markdown instead of HTML
daviteixeira-dev
AccessHub ♿️ - Guia sobre funcionalidades de acessibilidade para desenvolvedores Web.
benjycui
To convert JSX which is written in Markdown to React.Element.
Traves-Theberge
A web application designed to convert PDF files into MDX (Markdown with JSX) format.
Ahm3tJ4f
Jupyter notebook-like interface to write and execute markdown text and JSX code. Supports auto-imports from external npm libraries
abressiddique
This is a Next.js powered blogging site with MDX integration, allowing you to write blog posts using Markdown mixed with JSX components. It's a fast, modern, and customizable platform for creating blogs. The site is styled using TailwindCSS and supports themes with next-themes.
rohjesus
{ "editor.fontSize": 14, "editor.lineHeight": 24, "editor.fontFamily": "JetBrains Mono", "editor.fontLigatures": true, "explorer.compactFolders": false, "editor.rulers": [80, 120], "editor.formatOnSave": true, "eslint.packageManager": "yarn", "[javascript]": { "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[javascriptreact]": { "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[typescript]": { "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[typescriptreact]": { "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "editor.defaultFormatter": "esbenp.prettier-vscode" }, "files.associations": { ".sequelizerc": "javascript", ".stylelintrc": "json", ".prettierrc": "json" }, // left signal on selected line "editor.renderLineHighlight": "gutter", "terminal.integrated.fontSize": 14, "workbench.iconTheme": "material-icon-theme", "workbench.startupEditor": "newUntitledFile", "editor.tabSize": 2, "extensions.ignoreRecommendations": true, "emmet.syntaxProfiles": { "javascript": "jsx" }, "emmet.includeLanguages": { "javascript": "javascriptreact" }, "gitlens.codeLens.recentChange.enabled": false, "gitlens.codeLens.authors.enabled": false, "gitlens.codeLens.enabled": false, "git.enableSmartCommit": true, "editor.parameterHints.enabled": false, "typescript.updateImportsOnFileMove.enabled": "never", "explorer.confirmDragAndDrop": false, "liveshare.featureSet": "insiders", "explorer.confirmDelete": false, "typescript.tsserver.log": "verbose", "javascript.suggest.autoImports": false, "typescript.suggest.autoImports": false, "workbench.activityBar.visible": true, // Sync config "sync.quietSync": false, "sync.autoDownload": true, "sync.gist": "secret", "sync.autoUpload": true, "sync.forceUpload": true, // Sync config "git.autofetch": true, "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "git.confirmSync": false, "[html]": { "editor.defaultFormatter": "vscode.html-language-features" }, "liveServer.settings.donotShowInfoMsg": true, "editor.suggestSelection": "first", "editor.minimap.enabled": false, "editor.renderWhitespace": "none", "workbench.editor.untitled.hint": "hidden", "editor.inlineSuggest.enabled": true, "editor.bracketPairColorization.enabled": true, "security.workspace.trust.untrustedFiles": "open", "github.copilot.enable": { "*": true, "yaml": false, "plaintext": true, "markdown": true }, "window.nativeTabs": true, "workbench.colorTheme": "Winter is Coming (Dark Blue)", "html.autoClosingTags": true, "editor.linkedEditing": true, "[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "tailwindCSS.includeLanguages": { "typescript": "javascript", // if you are using typescript "typescriptreact": "javascript" // if you are using typescript with react }, "editor.quickSuggestions": { "strings": true // forces VS Code to trigger completions when editing "string" content }, "tailwindCSS.experimental.classRegex": [ "tw`([^`]*)", // tw`...` "tw\\.[^`]+`([^`]*)`", // tw.xxx<xxx>`...` "tw\\(.*?\\).*?`([^`]*)" // tw(Component)<xxx>`...` ], "window.zoomLevel": 3 } Extensions Copy and paste into your integrated terminal to install code --install-extension bradlc.vscode-tailwindcss code --install-extension dbaeumer.vscode-eslint code --install-extension DotJoshJohnson.xml code --install-extension dracula-theme.theme-dracula code --install-extension dsznajder.es7-react-js-snippets code --install-extension eamodio.gitlens code --install-extension esbenp.prettier-vscode code --install-extension GitHub.copilot code --install-extension johnpapa.winteriscoming code --install-extension jpoissonnier.vscode-styled-components code --install-extension ms-python.python code --install-extension ms-vsliveshare.vsliveshare code --install-extension naumovs.color-highlight code --install-extension PKief.material-icon-theme code --install-extension Prisma.prisma code --install-extension ritwickdey.LiveServer code --install-extension rocketseat.rocketseatreactjs code --install-extension rocketseat.rocketseatreactnative code --install-extension rocketseat.theme-omni code --install-extension Shan.code-settings-sync
ermish
A markdown converter to JSX.
davidtheclark
Transform Markdown inside JSX to DOM elements at compile time
ibarapascal
Click to check my blog/summary/demo. This is a web application built to write in Markdown, JSX, and code sandbox, using React, Material-UI.
innotekseoai
> Headless CMS monorepo: **Strapi** (SQLite) + **Astro** static frontend. > Non-developer editors manage articles via Strapi admin. No MDX/JSX — pure markdown rendered to HTML.
md2docx
A React-compatible renderer for MDAST that supports rendering extended Markdown (with HTML, Mermaid, and more) to both JSX and styled DOCX documents—using a unified syntax tree. Like react-markdown, but with document generation built-in
itaquito
Use markdown-to-jsx with Next.js
uselessaddress
A simple Markdown Componernt use markdown-to-jsx
axelmy318
Provides a function to load a readme file from github repositories and a React component to convert markdown to jsx
AugustusTheBirb
A parser from markdown to jsx for our 2025 igem wiki https://2025.igem.wiki/vilnius-lithuania/
Amber-Williams
My portfolio website
MattRuetz
JSXNote is a React web app that allows the user to write blocks of code (JS/JSX) or blocks of text (Markdown), and rearrange these blocks similar to Jupyter Notebooks. Blocks of code are appended together during runtime in the order they appear, so that the user can build up a single project or demo made of many cells of code.
Prathamesh-technosive
No description available
civic-eagle
No description available
opensite-ai
Performance optimized Markdown to JSX component and tooling with the ability to supply custom styles and components.
ReactiumCore
Component that takes plain text markdown and parses it into JSX
nuancheng
No description available