Skip to content

Commit 2690bc9

Browse files
committed
Add reStructuredText example
1 parent 18ca075 commit 2690bc9

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,16 @@ jobs:
2626
2727
> [!TIP]
2828
> If you're using a markup format other than Markdown, you may need to install
29-
> an external parser.
30-
>
31-
> To use it with AsciiDoc, for example, add the following step to your workflow
32-
> before calling `vale-action`:
29+
> an external parser before calling `vale-action`:
3330
>
3431
> ```yaml
32+
> # For AsciiDoc users:
3533
> - name: Install Asciidoctor
3634
> run: sudo apt-get install -y asciidoctor
35+
>
36+
> # For reStructuredText users:
37+
> - name: Install docutils
38+
> run: sudo apt-get install -y docutils
3739
> ```
3840
>
3941
> See the [Vale documentation][2] for more information.

0 commit comments

Comments
 (0)