Skip to content

Commit e16f4d2

Browse files
committed
Use markdown formatting instead of rst for hatch run command
1 parent bb1d724 commit e16f4d2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

DEVELOPER_NOTES.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,9 @@ The Gregorian Lark parser includes a script-generated file, which
9797
populates month names based on a list of language codes using the Babel
9898
library. To regenerate, run the script with hatch (which should
9999
be installed globally)::
100-
101-
hatch run codegen:generate
100+
```sh
101+
hatch run codegen:generate
102+
```
102103

103104
When the `.lark` file is modified by the script, it must be committed to git.
104105

105-
106-

0 commit comments

Comments
 (0)