opendocument-app / OpenDocument.core

C++ library that translates office documents to HTML
GNU General Public License v3.0
24 stars 9 forks source link

html abstraction #161

Open andiwand opened 4 years ago

andiwand commented 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.

links

andiwand commented 3 years ago

this could also solve the problem of HTML formatting and git diff