Natschz
Natschz
Is it possible to get the inner html of a node or is it possible to convert a node back to a raw html string?
### Description I'm on WSL 2 and the colors seam to be completely off. What can I do about that? ### Neovim version ```markdown NVIM v0.8.0-dev-929-g9a100ee16 Build type: RelWithDebInfo LuaJIT...
I created a hostrouter like in the readme. ```go r := chi.NewRouter() r.Get("/test", func(writer http.ResponseWriter, request *http.Request) { //... }) hr := hostrouter.New() hr.Map("", r) // default ``` --- But...