Skip to content

Commit

Permalink
Fixing the rst parser documenation
Browse files Browse the repository at this point in the history
  • Loading branch information
mamazu committed Jan 9, 2022
1 parent 14db7fd commit de7dc36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ You can also configure it to use a directory: `bin/doc-parser -i <extension-dir>
>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
Expand Down

0 comments on commit de7dc36

Please sign in to comment.