Skip to content

Commit 181ae15

Browse files
committed
Format docs
1 parent 7905d84 commit 181ae15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/contributors/contributing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,13 @@ If using Poetry or Flit for packaging, the entry point configuration in `pyproje
116116
[tool.poetry.plugins."mdformat.parser_extension"]
117117
"myextension" = "my_package:ext_module_or_class"
118118
```
119+
119120
```toml
120121
# or PEP 621 compliant (works with Flit):
121122
[project.entry-points."mdformat.parser_extension"]
122123
"myextension" = "my_package:ext_module_or_class"
123124
```
124125

125126
## Making your plugin discoverable
127+
126128
In case you host your plugin on GitHub, make sure to add it under the "mdformat" topic so it shows up on https://github.com/topics/mdformat.

0 commit comments

Comments
 (0)