Skip to content

Mainly formatting but a few changes here and there

Tomas Terälä requested to merge formatting into main

Mainly formatting by using the "fix all issues" in vscode markdownlint-plugin. These are the most common issues. At the bottom you'll find the files with actual changes.

  • trailing whitespaces removed
  • no empty rows before/after elements (except one always at the end)
  • only one empty row between sections
    • lists, tables, headers, code
  • added text, bash etc info to code blocks
  • wrapped commands on their own lines into code blocks
  • fixes to list subsections (4 spaces to 2)
- section
    - subsection

vs

- section
  - subsection
  • no bare links or email addresses

Files with actual changes

  • platforms/tike-container-platform.md
    • fixed formatting and removed unnecessary oc login commands
  • security/certsserv.md
    • info about ACME and link to certs in containers
  • tike-container-platform/instructions/helm-secret.md
    • wrapped commands in code blocks
  • tike-container-platform/instructions/add-app-openshift.html
    • changed from a list towards a table since table rendering was improved in CSS. Left headers to match the separate headers in the UI form.
Edited by Tomas Terälä

Merge request reports