@@ -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
287288branch ` 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