Skip to content

Commit

Permalink
Combine NOTE and TIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Oct 21, 2024
1 parent 4ad118b commit e553080
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/styles/config/vocabularies/Base/accept.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
AsciiDoc
Joblint
octocat
repo
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@

## Usage

> [!NOTE]
> If you're using a markup format other than Markdown, you may need to install
> an external parser. For more information, see the [Vale documentation][2].
Add the following (or similar) to one of your [`.github/workflows`][1] files:

```yaml
Expand All @@ -29,10 +25,16 @@ jobs:
```
> [!TIP]
> To use it with asciidoc add the following step to your workflow before calling `vale-action`:
> If you're using a markup format other than Markdown, you may need to install
> an external parser.
>
> For example, to use it with AsciiDoc add the following step to your workflow before calling `vale-action`:
> ```yaml
> - name: Install Asciidoctor
> run: sudo apt-get install -y asciidoctor
> - name: Install Asciidoctor
> run: sudo apt-get install -y asciidoctor
> ```
>
> For more information, see the [Vale documentation][2].

## Repository Structure

Expand Down

0 comments on commit e553080

Please sign in to comment.