loomanss

Results 2 comments of loomanss

seems not to work for me: ```powershel $functionMiddleWare = { $authkey = $Request.Headers['Authorization'] if($authkey -eq $null) { $Response.SetStatusCode(401) $Response.Send("not authorized") return }} ```

had same error fixed by checking version compatibility between panflute and pandoc on https://github.com/sergiocorreia/panflute and installing correct pandoc version: sudo apt remove pandoc cd /tmp/ wget https://github.com/jgm/pandoc/releases/download/3.1.13/pandoc-3.1.13-1-amd64.deb sudo apt install...