Skip to content

The indents errors of pre blocks in haml

gitlab-qa-bot requested to merge github/fork/keikubo/master into master

Created by: keikubo

You should use the preserve helper to keep the proper indent of raw code blocks in haml.

The current indent of pre blocks are broken like the screenshot below. http://gyazo.com/a26e805f962d7cbb9ae4a568a13601b3

However, the indent should be actually like this. http://gyazo.com/b9385d3faa3544c9678b4ab2a4fe2064

These errors occur all multi line pre blocks such as error/init/merge instructions as well as most of markdown rendered statements in the entire project .

I fixed all of these errors which I found. Please check my commits and merge them to fix the indent errors.

Merge request reports