Skip to content

Commit 376bfd6

Browse files
committed
Remove backticks screwing up pdoc's TOC rendering
Somehow the "Contents" panel of pdoc-generated documentation doesn't seem to be able to deal with markdown headers containing backticks.
1 parent f311fb9 commit 376bfd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

β€ŽTESTING.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Testing πŸ§ͺ🧫 in Fiji / ImageJ2
22

3-
## Using `pytest` πŸπŸ”¬ and Python 3 for plain Python code
3+
## Using pytest πŸπŸ”¬ and Python 3 for plain Python code
44

55
Those parts of the package that do not interact / depend on ImageJ objects can
66
be tested via [`pytest`][pytest] up to a certain level, some (most?) of them
@@ -44,7 +44,7 @@ specific tests, use e.g.
4444
pytest tests/bdv/test_processingoptions.py
4545
```
4646

47-
## Using `pytest` πŸπŸ”¬ and Python 2 for plain Python code
47+
## Using pytest πŸπŸ”¬ and Python 2 for plain Python code
4848

4949
For running [`pytest`][pytest] in a C-Python 2 environment, things are slightly
5050
more complicated than the approach described for Python 3 above as `pip` for

0 commit comments

Comments
Β (0)