{{ _('Inline codes') }}
`std::cout()`
{{ _('Code blocks') }}
```c++
int main() {
  return 0;
}
```
{{ _('Inline formulas') }}
$ E=mc^2 $
{{ _('Formula blocks') }}
$$ E=mc^2 $$
{{ _('Links') }}
[{{ _('Text') }}](http://...)
{{ _('Images') }}
![{{ _('Description') }}](http://...)

{{ _('Learn More') }}