https://github.com/gabrielfalcao/nginx-markdown-module.git

$ ./configure --add-module=../nginx-markdown-module/

$ make ... ../nginx-markdown-module//ngx_http_markdown_module.c: In function 'ngx_http_markdown_handler': ../nginx-markdown-module//ngx_http_markdown_module.c:101:36: error: variable 'conf' set but not used [-Werror=unused-but-set-variable] 101 | ngx_http_markdown_loc_conf_t *conf; | ^~~~ ../nginx-markdown-module//ngx_http_markdown_module.c:93:34: error: variable 'rc' set but not used [-Werror=unused-but-set-variable] 93 | ngx_int_t rc; | ^~ cc1: all warnings being treated as errors make[1]: *** [objs/Makefile:1204: objs/addon/nginx-markdown-module/ngx_http_markdown_module.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/home/alexlai/build/nginx-1.23.1' make: *** [Makefile:10: build] Error 2