I want to implement a website similar to HN, but I don't want to/not familiar with the front end(it's ok but debugging is too slow).
the basic requirements are link tags,forms,lists, and simple styles.
The key point is that data needs to be dynamically rendered through a small server side,not static documents
I thought about the Markdown document rendering engine.
Compared to HTML,I prefer the Markdown syntax, but it seems there is not way to submission or data exchange with the server.[Perhaps it can be achieved by extending the syntax?]
Or there might be some technologies that I haven't learned about yet that can achieve this?