Satteri – High-Performance Markdown and MDX Processing for the JavaScript

Sätteri는 Rust로 구현된 고성능 Markdown 및 MDX 파서이자 컴파일러로, JavaScript 플러그인을 실행할 수 있는 오픈소스 프로젝트입니다. Rust와 TypeScript를 결합한 모노레포 구조로, CommonMark와 MDX 확장 지원을 포함하며, pulldown-cmark와 mdxjs-rs를 포크하여 최적화했습니다. JavaScript 생태계에서 Markdown/MDX 처리 성능 향상과 Rust-JS 상호운용성을 중점으로 개발되었으며, MIT 라이선스로 공개되어 있습니다.

https://github.com/bruits/satteri

#markdown #mdx #rust #javascript #parser

GitHub - bruits/satteri: High-performance Markdown and MDX processing for the JavaScript ecosystem

High-performance Markdown and MDX processing for the JavaScript ecosystem - bruits/satteri

GitHub

Show HN: Notion-to-site – sync any Notion database to local Markdown/MDX/JSON

Notion-to-site는 Notion 데이터베이스를 로컬 Markdown, MDX, JSON 파일로 동기화하는 오픈소스 도구입니다. Super.so 같은 유료 서비스의 대안으로, 증분 동기화와 수식, 동기화 블록 등 모든 Notion 블록 타입을 지원합니다. 이미지 다운로드 및 WebP 변환 기능도 포함하며, Next.js, Astro, SvelteKit 등 다양한 프레임워크와 호환됩니다. AI 개발자들이 문서화 및 콘텐츠 관리 자동화에 활용할 수 있습니다.

https://github.com/rashidazarang/notion-to-site

#notion #markdown #mdx #json #staticsite

GitHub - rashidazarang/notion-to-site: Sync any Notion database to local markdown, MDX, or JSON files

Sync any Notion database to local markdown, MDX, or JSON files - rashidazarang/notion-to-site

GitHub

Иллюзия точности метрик: о чем не принято говорить в «высоком обществе» BI-аналитиков

Как только вы уходите от сырых транзакционных данных к предагрегированным витринам, ваша BI-система начинает врать. И чем сложнее бизнес-логика и больше сложных показателей, тем сильнее искажения. Давайте разберем механику этой проблемы на фундаментальном уровне. Почему системы, в которые инвестированы миллионы, показывают фейк?

https://habr.com/ru/articles/1025328/

#BI #DWH #OLAP #DAX #MDX #архитектура_данных #rapeed #аналитика_данных #clickhouse #superset

Иллюзия точности метрик: о чем не принято говорить в «высоком обществе» BI-аналитиков

На одном из внедрений аналитической платформы  rapeed  в крупном банке мы столкнулись с проблемой: данные по среднему времени обработки кредитной заявки у нас и в их исторической BI-системе...

Хабр

"Consumers want to be able to try an API operation and access concrete example information, or configuration data, such as credentials. Markdown alone isn’t going to provide these elements for you. Fortunately, there’s something else that will, as we’ll see next.

The solution you need is called MDX. It’s a superset of Markdown that lets you embed components within your content. Or just render dynamic information obtained from executing JavaScript. You get to keep the simplicity and versatility of Markdown. But now, you can also use dynamic elements and data. This completely changes the game for API documentation. You can, for instance, embed a component to show the consumer’s API key, or one to make an API request and show its response. This hands-on interactivity helps users test the API faster. And, because of that, it significantly reduces the Time to First Call, or TTFC. Since a low TTFC means the API onboarding experience is excellent, it translates directly into a higher perception of quality. Which is exactly what you’re looking for.

Moving from pure Markdown to MDX doesn’t have to be complicated. However, and especially if you have little coding experience, putting an MDX system together from scratch can be challenging. Luckily, there are many systems that already support MDX. Docusaurus, for instance, supports it by default. Astro is another example of a content system where you can use MDX. There are more options, including commercial ones. What I’d recommend, though, is to check out the official documentation and have a go at the MDX playground."

https://apichangelog.substack.com/p/making-api-documentation-dynamic

#API #APIDocumentation #TechnicalWriting #Markdown #MDX #APIDesign #DX #DeveloperExperience

Making API Documentation Dynamic

How to unlock API documentation interactivity.

The API Changelog
Tác giả AymericZip xây dựng parser Markdown/MDX đa khung (React, Vue, Svelte...) đáp ứng: lightweight, SSR/CSR, hỗ trợ MDX HTML, i18n, type-safe, config linh hoạt. Xử lý front-matter bằng Zod, tích hợp Intlayer cho nội dung đa ngôn ngữ. Demo: renderMarkdown("### Tiêu đề", {h3: (props) => <h3 className="text-xl" {...props}/>}). Ưu điểm: không chain plugin, tải nội dung ngay lập tức (build time). Dùng cho blog, docs, policy, CMS headless. #Markdown #MDX #Intlayer #PhầnMềm #KháiNiệm #Markdown #Chia

And then they ( #Adobe ) pretend they invented it...

Just like #iZotopeRX with pilfering #Spleeter and later #MDX net models.

Beh 

I have been in a web accessibility course all day and I just realized that there does not appear to be any (maintained) solution to add captions and scopes to tables and rows and columns (respectively) in remark / rehype.
Did I miss something?
#a11y #markdown #remarkjs #rehypejs #javascript #accessibility #mdx

MDEC Launches MDX Summit And SmartGov 2025 For The Next Three Days #mdec #mdx #news

https://www.lowyat.net/2025/366172/mdec-mdx-summit-2025/

MDEC Launches MDX Summit And SmartGov 2025 For The Next Three Days

MDEC officially kicked off the Malaysia Digital Xceleration (MDX Summit 2025) and SmarrGov 2025 Malaysia 2025 conference today. The event will take place between 17 and 19 September, and will gathe…

Lowyat.NET
Add Skill Bars & Circles | DOCUX

A comprehensive React component for displaying skills as animated progress bars or circles with scroll animations, gradients, and theme support in Docusaurus.

DOCUX
One of the wildest code matchup must be #mdx. It was already kinda strange to mix #HTML with #JavaScript in a #jsx file. But someone didn't think it was enough. Now we have MDX that adds #markdown on top of that! I love it. The fact that those tree language just accidentally works together without collision is something. I just discovered that cause I'm discovering #docusaraus, a #react based documentation platform made by #facebook. They might be one of the creepiest company installing spyware in your phone to track the other apps I'm your phone but the open source team did make some crazy good frameworks and tools.