pelias / api

HTTP API for Pelias Geocoder
http://pelias.io
MIT License
218 stars 162 forks source link

markdownToHtml controller doesn't render valid HTML #1597

Closed missinglink closed 2 years ago

missinglink commented 2 years ago

the controller/markdownToHtml.js module doesn't render valid HTML, it's missing the <HTML>, <BODY> tags.

this issue is to modify that behaviour so that requests to / and /attribution render valid HTML

Screenshot 2022-02-01 at 09 27 50
RishiKumarRay commented 2 years ago

in which file do we have to make changes?

missinglink commented 2 years ago

resolved via https://github.com/pelias/api/pull/1599