what is the experience like for different devices and network speeds?
I ask because not everyone has high-speed, low-latency, and reliable network connections.
what is the memory foot-print of adding these additional libraries?
I ask because not everyone will have devices with lots of random access memory
how robust is the translation between relative links in Markdown and a tags within resulting HTML?
For example will linking to a parent directory's page via ../ cause issues and does serving from a different server break anything?
what is presented to clients if JavaScript fails to load, ie. is there any indication to clients that content should have loaded dynamically?
Generally when I run across sites that use JavaScript in questionable ways they'll, have some type of message and/or loading dialog that is replaced if JavaScript does as it was asked.
Few questions;
a
tags within resulting HTML?