We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use webui by docker and get wrong code:
input:
location /api/ro { default_type "application/json"; return ' { "code":200 }' }
output:
location /api/ro { default_type "application/json"; return ' { #$#%#$#placeholder03434#$#%#$#:200 } ' }
The text was updated successfully, but these errors were encountered:
Same with cli, it doesn't play well with escaped quotes
add_header 'Content-Disposition' 'attachment;filename*="utf-8\'\'$filename"'; becomes add_header 'Content-Disposition' 'attachment;filename*="utf-8''$filename"';
add_header 'Content-Disposition' 'attachment;filename*="utf-8\'\'$filename"';
add_header 'Content-Disposition' 'attachment;filename*="utf-8''$filename"';
and
location = /robots.txt { return 200 "User-agent: *\nDisallow: /\n"; } becomes
location = /robots.txt { return 200 "User-agent: *\nDisallow: /\n"; }
location = /robots.txt { return 200 #$#%#$#placeholder03434#$#%#$#; }
Was looking for such useful tool, especially for bulk formatter, but it needs some polishing.
Sorry, something went wrong.
No branches or pull requests
I use webui by docker and get wrong code:
input:
output:
The text was updated successfully, but these errors were encountered: