You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clang++ example.cc -o example -std=c++23 -I ../include -lntdll
```
Compile on other platforms:
```sh
clang++ example.cc -o example -std=c++23 -I ../include
```
flag `-O2`, `-fno-ident`, `-fno-exceptions`, `-fno-rtti`, `-fno-unwind-tables`, `-fno-asynchronous-unwind-tables`, `-DNDEBUG` is recommended in release mode.
*/
#include <fast_io/fast_io.h> // in include/fast_io
#include <pltxt2htm/pltxt2htm.hh> // in include/pltxt2htm
int main() {
auto html = ::pltxt2htm::pltxt2advanced_html(u8R"(