Content as structured data. Hundreds of packages. Billions of downloads. Used to make very interesting things!

node_modules
with-heart (@grow_love) is working on a course platform and they’re building and learning about unified in public. If you want to learn about unified too, or already know some bits but feel like you’re missing some others, you can follow along in their threads
2
8
GitHub added footnote support last week[^1], and unified has support for them! If you were using `remark-footnotes` before you can uninstall it; to use GH style footnotes, use `remark-gfm@3`! [^1]: Here’s their blogpost: github.blog/changelog/2021-0…
5
Thank you @HashiCorp for sponsoring our open source work on unified! ✨ thanks for helping fund it! opencollective.com/unified
1
3
micromark hit ⭐️ 1000 ⭐️ stars this week! If you’re a fan, do give it a star, too! github.com/micromark/microma…
3
CVE-2021-39199: we had a security incident in `remark-html`. If you’re on v13 or v14, `npm update` fixes it. On older versions, either upgrade majors or pass `{sanitize: true}`. More info: github.com/remarkjs/remark-h…
1
Done! Essentially all packages maintained by unified are now ESM. Strongly typed. Up to date and ready for the future!
11
While TypeScript types are swiftly being added to unified, we’ve also added some guides on how to work with unified in TS: A general intro: unifiedjs.com/learn/guide/sy… Traversing trees: unifiedjs.com/learn/recipe/t… How to narrow nodes: unifiedjs.com/learn/recipe/n… unifiedjs.com/learn/guide/sy…
1
4
Thank you @motifland for sponsoring us 🤗 Much appreciated! 🤝🌸 motif.land
1
2
Thanks @AmericanExpress for becoming a 🥇 sponsor 🥇 of our work on unified! 💪 Awesome! github.com/sponsors/unifiedj…
2
Thanks @coinbase for sponsoring our open source work! Awesome and much appreciated!! ✨ 👉 github.com/sponsors/unifiedj…
1
unified retweeted
🚀 Introducing Astro: A New Kind of Static Site Builder ⚡️ Works with React, Preact, Svelte, Vue ⚡️ Astro renders everything to static HTML ⚡️ Result: 0 bytes of JS, by default ⚡️ Interactive components load on demand Ship less JavaScript. astro.build/blog/introducing…
46
309
1,437
Support your local open source project. Here's us: opencollective.com/unified. And don't forget your other dependencies!
New blog post, How to talk to your company about sponsoring an open source project: humanwhocodes.com/blog/2021/…
2
2
Did you know there’s also an XML syntax tree connected to unified? If you’re dealing with XML, such as for RSS feeds, sitemaps, SAML, word docs, and the like, then xast might help! github.com/syntax-tree/xast
2
unified retweeted
🔥Gatsby v3.3 What’s new: 🚀Performance optimizations: improvements to JavaScript bundling, up to 30-40% 📝 Upgrade to latest Remark packages 🎨Upgrade to the latest Sharp release, support for M1 Macbooks and other improvements Read more here: gatsbyjs.com/docs/reference/…
1
41
210
react-markdown 6 is here: better components, rehype plugins, proper html parsing github.com/remarkjs/react-ma…
1
unified retweeted
📦 MDX v2.0.0-next.9 has been released! It features the completely new parser (via micromark) in addition to many performance improvements. Give it a try and let us know if you encounter any issues.
1
12
69
How to turn markdown into HTML with remark? How to do the inverse? And what about embedded HTML *inside* markdown? Complex for a lot of newcomers. Now answered here: unifiedjs.com/learn/recipe/r…
1
3
How to support tables in remark (or react-markdown)? The most frequently asked question for unified is now up as recipe: unifiedjs.com/learn/recipe/r…
1