Escape hyphen in ApiBlueprint in header -
using api blueprint, how can header hyphen specified? escaping backticks doesn't work. if escape hyphen, backticks showed in output. if escape more hypen, whole line lost in output.
input:
+ response 200 (application/pdf) + headers content-disposition: attachment; filename=first.pdf `content-disposition`: attachment; filename=second.pdf `content-disposition: attachment; filename=third.pdf` content`-`disposition: attachment; filename=fourth.pdf
output:
content-type: application/pdf content`-`disposition: attachment; filename=fourth.pdf
Comments
Post a Comment