Skip to content

Improve readability of markdown files

username-removed-461407 requested to merge sheerun/gitlab-ce:patch1 into master

What does this MR do?

It improves readability of markdown files by:

  • Adjusting relative header sizes and margins (the same as on github)
  • Adding 30px at the top and the bottom of markdown files
  • Reducing ul/ol margin by 3px
  • Displaying images as inline-block (see GitHub Changelog Generator for fixed layout)
  • Adding horizontal line also below h2 tag
  • Capping page width to 840px and centre it

Why was this MR needed?

Current markdown layout is quite painful to read, especially if someone is used to arguably pretty GitHub formatting.

What are the relevant issue numbers?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

Merge request reports