danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 481 forks source link

Indentation Adjustment? #269

Open ithorpe44 opened 8 years ago

ithorpe44 commented 8 years ago

I am trying to figure out if it is possible to adjust the amount of indentation in the response blocks. Currently the body elements of requests and responses are rendered into

 code blocks and the indent spacing is just 2 spaces, which makes readability very low.

I'd like to be able to increase the indentation, is that possible?