stable

Clone or download

Read-only

Add the route which interpret a raw text in CommonMark

Part of story #18337 markdown replace text How to test: - Use the following command: `curl -k -X POST -H 'Content-Type: application/x-www-form-urlencoded' --data 'content=<your commonmark content>' https://tuleap-web.tuleap-aio-dev.docker/project/<project_id>/interpret-commonmark => It should returns the interpreted CommonMark Change-Id: Ic9b2c1d8bcb1aa8185b95c82c7bbfda94c5222d0

Modified Files

Name
A src/common/Markdown/CommonMarkInterpreterController.php +92 −0 Go to diff View file
M src/common/Request/RouteCollector.php +21 −4 Go to diff View file
A tests/unit/common/Markdown/CommonMarkInterpreterControllerTest.php +85 −0 Go to diff View file