1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-19 13:02:14 +02:00

fix: replace 'markdown' to 'markup' (#4739)

This commit is contained in:
Abiria
2023-09-08 14:33:09 +09:00
committed by GitHub
parent 4635601b6a
commit 9359cded7a

View File

@@ -8,7 +8,7 @@ filename: restructuredtext.rst
RST, Restructured Text, is a file format created by the Python community to write documentation. It is part of [Docutils](https://docutils.sourceforge.io/rst.html).
RST is a markdown language like HTML but is much more lightweight and easier to read.
RST is a markup language like HTML but is much more lightweight and easier to read.
## Installation