Skip to content

Commit

Permalink
improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Owais-Warsi committed Oct 24, 2024
1 parent 71038f9 commit 2535d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/configuration/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Custom OS commands can also be used for modifying the commit messages:

- `{ pattern = "foo", replace_command = "pandoc -t commonmark"}`

> The above is equivalent to: `echo <macthed_part_of_the_changelog> | pandoc -t commonmark`
> The above is equivalent to: `echo "<matched_part_of_the_changelog>" | pandoc -t commonmark`
This is useful when you want to filter/encode messages using external commands. In the example above, [pandoc](https://pandoc.org/) is used to convert each commit message that matches the given `pattern` to the [CommonMark](https://commonmark.org/) format.

Expand Down

0 comments on commit 2535d41

Please sign in to comment.