logoalt Hacker News

bitpush01/17/20251 replyview on HN

The entire nuejs route is built using markdown. https://github.com/nuejs/nue/tree/master/packages/examples/s...

which is totally non-standard. Super common, but non-standard. You compiled the markdown to html using a tool (another non-standard item)

You dont get to claim "standards-first" framework and then use non-standard technology and workflow.


Replies

tipiirai01/17/2025

In Nue you're literally writing standard HTML, CSS and JavaScript when developing websites. Your Markdown- based content generates semantic HTML. Your styling is pure CSS with modern features like nesting and container queries. JavaScript remains vanilla JavaScript.

show 1 reply