redmine_reformat
microservice test page
> POST /?to_formatting=html&from_formatting=common_mark HTTP/1.0
> Content-Type: text/plain; charset=UTF-8
> Content-Length: 8
>
# Hello!
< HTTP/1.1 200 OK
< Content-Type: text/html; charset=UTF-8
< Content-Length: 30
<
<h1>Hello!</h1>
See the GitHub homepage for more info.
The microservice also accepts application/x-www-form-urlencoded
POST body.
The text is then expected in the text
parameter.