Skip to content

Commit 6419e29

Browse files
[STYLE] Minor style fixes (- WIP #411 -)
Changes in file docs/Testing.md: * Improved markdown style
1 parent 4e248ba commit 6419e29

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/Testing.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ Currently MATs are comprised of the test categories `bootstrap`, `basic`, `build
8787
### Advanced Testing
8888

8989
> [!NOTE]
90-
> # TL;DR - Contributor Focused
90+
>
91+
> #### TL;DR - Contributor Focused
9192
>
9293
> The rest of this document is focused on topics that are intended only for those who wish to
9394
> contribute (_or perhaps those few readers who are driven by an insatiable thirst for knowledge,
@@ -287,20 +288,19 @@ pull requests during the project's release workflow, namely before merging anyth
287288
branch `master`, and again before releasing to `stable`.
288289

289290
> [!WARNING]
290-
Locally, linting is limited as many linters are copyleft restricted and can never be bundled with
291-
the rest of the MIT licensed code.
291+
> Locally, linting is limited as many linters are copyleft restricted and can never be bundled with
292+
> the rest of the MIT licensed code.
292293
293-
> [!NOTE]
294-
> See implementation for details.
294+
See implementation for more details.
295295

296296
> [!TIP]
297297
> Want to check multicast python code style? Great! Try this:
298-
299-
```bash
300-
make clean ; # cleans up from any previous tests hopefully
301-
make test-style ; # runs the project's tests for style
302-
make clean ; # cleans up for next test
303-
```
298+
>
299+
> ```bash
300+
> make clean ; # cleans up from any previous tests hopefully
301+
> make test-style ; # runs the project's tests for style
302+
> make clean ; # cleans up for next test
303+
> ```
304304
305305
#### Logging and Coverage testing
306306

0 commit comments

Comments
 (0)