- Format using fenced style.
- Well indent in those placed inside list enumerations.
- Simulate `Good` - `Bad` monospace double colon indent inside each one.
- Examples highlighting as `text-plain`. The `md, markdown` style doesn't work very well since blocks has mixed syntax.
- `check_urls` code block highlighted as `properties` style (key-value pair).
Solves markdownlint rules:
- MD040/fenced-code-language: Fenced code blocks should have a language specified
- MD046/code-block-style: Code block style [Expected: indented; Actual: fenced]
* add reference to pt-BR on all CONTRIBUTING files
Signed-off-by: Ricardo H H Kojo <ricardokojo7@gmail.com>
* add CONTRIBUTING-pt_BR.md
Signed-off-by: Ricardo H H Kojo <ricardo.kojo.dev@gmail.com>
* Improve german HOWTO file by fixing some grammar and restructuring some sentences to make it easier to read and understand
* Improve german CONTRIBUTING file by fixing some grammar and fix some readability issues
* Added a non-breaking space for "z. B." to prevent automatic line break
* Restore alignment on good/bad examples with colons
* add CONTRIBUTING-de.md with German contributing guidelines.
* edit typos in CONTRIBUTING.md.
* add link to German contributing guide to language list in other contribution files, re-order list alphabetically.
* switch back the order of English and French language links in all Contribution Guidelines.
* eliminate extra spaces and put spaces in the correct positions.