Open andiwand opened 4 years ago
instead of using std::ostream directly we should think of using a high level abstraction for writing html to a stream. other than that we could also keep the html in memory until it is complete.
std::ostream
links
this could also solve the problem of HTML formatting and git diff
instead of using
std::ostream
directly we should think of using a high level abstraction for writing html to a stream. other than that we could also keep the html in memory until it is complete.links