Skip to content

Commit

Permalink
ci: use 2022 syntax and update ruff CI to make first release
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Mar 10, 2024
1 parent ae25f3b commit abf548a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ md.render(text)
# </blockquote>
```

> [!WARNING]
> **Warning**
>
> This package does not properly handle replacing the `blockquote` outer `div` with a `div` for accessibility. This should be possible with `markdown-it`, but I haven't yet found a way.
## Contributing
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ commands = mypy ./mdformat_gfm_alerts

[testenv:ruff]
deps = ruff
commands = ruff . --fix
commands = ruff format .

0 comments on commit abf548a

Please sign in to comment.