mirror of https://github.com/Textualize/rich.git
Corrected Typo in Portuguese README
I fixed a minor typo in the Portuguese version of the README file. The word "Markdowm" should be "Markdown". This improves the clarity of the document. I am searching for another typo, but i can't find other typo, this is good 😃. I have a issue asking for fix the typo [here](https://github.com/Textualize/rich/issues/3172).
This commit is contained in:
parent
01d01ed5ee
commit
712aae3cfe
|
@ -354,7 +354,7 @@ O screenshot a seguir é do resultado do [exemplo de colunas](https://github.com
|
||||||
|
|
||||||
O Rich pode renderizar [markdown](https://rich.readthedocs.io/en/latest/markdown.html) e faz um bom trabalho de conversão do formato para o terminal.
|
O Rich pode renderizar [markdown](https://rich.readthedocs.io/en/latest/markdown.html) e faz um bom trabalho de conversão do formato para o terminal.
|
||||||
|
|
||||||
Para renderizar markdowm, importe a classe `Markdown` e instancie com a string que contém o código markdown. Depois, imprima o objeto no console. Por exemplo:
|
Para renderizar markdown, importe a classe `Markdown` e instancie com a string que contém o código markdown. Depois, imprima o objeto no console. Por exemplo:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from rich.console import Console
|
from rich.console import Console
|
||||||
|
|
Loading…
Reference in New Issue