xcp-ng / xcp-ng-org

XCP-ng org website
69 stars 92 forks source link

fix `mirrors.md` codeblock #243

Closed hregibo closed 1 year ago

hregibo commented 1 year ago

Good day,

This PR aims to solve a bad formatting of the Markdown on the mirrors.md page of the documentation. The ' ``` ' at the end of the email format for submitting a new mirror were not processed correctly by the parser. putting them at a new line right after solves the issue and prevents an ugly formatting of what remains.

Before PR: https://i.imgur.com/1nhBDo6.png After PR: https://i.imgur.com/WFnDSCR.png

Thank you in advance and have a good day!

Before submitting the pull request, you must agree with the following statements by checking both boxes with a 'x'.

  • [x] "I accept that my contribution is placed under the CC BY-SA 2.0 license [1]."
  • [x] "My contribution complies with the Developer Certificate of Origin [2]."

[1] https://creativecommons.org/licenses/by-sa/2.0/ [2] https://xcp-ng.org/docs/contributing.html#developer-certificate-of-origin-dco

olivierlambert commented 1 year ago

Nice catch, thanks!