From de7dc361bb3e11b5a69621dbef857cab65ec4360 Mon Sep 17 00:00:00 2001 From: mamazu Date: Sun, 9 Jan 2022 02:17:08 +0100 Subject: [PATCH] Fixing the rst parser documenation --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0637947..2f74989 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,10 @@ You can also configure it to use a directory: `bin/doc-parser -i >echo "ABC"; > >\``` -* RST parser: Parser that parses mark down. This is a popular language for the documentation apparently. +* RST parser: Parser that parses RST code blocks like this: +> .. code-block:: php +> +> echo "ABC"; ### Validators * CompositeValidator: Validates all of its children passed into the constructor