Ask HN: Why hasn't x86 caught up with Apple M series?
450 points by stephenheron 7d ago 620 comments
Ask HN: Did Developers Undermine Their Own Profession?
8 points by rayanboulares 20h ago 16 comments
Show HN: Codefmt – a fast Markdown code block formatter
2 1nwf 0 9/1/2025, 9:40:11 PM github.com ↗
I was recently looking for a markdown code block formatter, however, I was surprised that there were very little tools that do this.
So, I've been recently working on `codefmt`, a markdown code block formatter that is optimized to be fast and extensible. Instead of spawning a child process to format each code block, it groups all code blocks by language and spawns one format child process for each language.
Feel free to contribute support for more languages.
Repo Link: https://github.com/1nwf/codefmt
No comments yet