tarcisiofischer / livrocpp

Esse livro virtual gratuito é uma iniciativa da comunidade C/C++ Brasil que pretende trazer uma fonte moderna, confiável e completa para o estudo de C++.
Creative Commons Zero v1.0 Universal
25 stars 5 forks source link

Add content, fix several Markdownlint rule violations #12

Closed luizffgv closed 2 years ago

luizffgv commented 2 years ago

New content

Here I talk about the break and continue statements, and talk about categories of statements such as compound statements; I use this knowledge to enrich other pages.

Fixing Markdownlint violations

Why?

Markdownlint enforces many rules that are generally agreed upon. Most of them don't have important implications, but it's nice to follow a standard and keep our code tidy.

Fixed violations list

Not all violations were fixed; mostly opinionated rules were ignored.

You can check the full list of rules here.

Merging

While this PR is still a draft, I might divide it into multiple PRs so that changes are more self-contained. Also, please squash when merging.

luizffgv commented 2 years ago

Everything addressed. By the way, do we use English or Portuguese here?

tarcisiofischer commented 2 years ago

Everything addressed. By the way, do we use English or Portuguese here?

Feel free to use english here, as it is not part of the actual book content