We could just go back to HTML 1.0, which is roughly equivalent to Markdown.
Why We Should Have Markdown Rendered Websites
You're viewing this document in your HTML-rendering browser but its
source is actually a markdown file.
...
// file: http://home.md
[home](http://home.md) [about](http://about.md)
this my homepage
// file: http://about.md
[home](http://home.md) [about](http://about.md)
this my about page
...
Best,
Tim Daubenschütz tim@daubenschuetz.de
References
1: https://gist.github.com/JoeyBurzynski/617fb6201335779f8424ad9528b72c41
That's it. That's his HTML. You could write that by hand.