Remove blockquotes around lists in the docs

This commit is contained in:
Peter Vlugter 2017-05-19 11:36:53 +12:00
parent 9cc0f5ea98
commit bcd311a035
27 changed files with 49 additions and 100 deletions

View file

@ -188,7 +188,6 @@ together with the tutorial. The source code of this sample can be found in the @
There are a couple of things to keep in mind when writing multi node tests or else your tests might behave in
surprising ways.
>
* Don't issue a shutdown of the first node. The first node is the controller and if it shuts down your test will break.
* To be able to use `blackhole`, `passThrough`, and `throttle` you must activate the failure injector and
throttler transport adapters by specifying `testTransport(on = true)` in your MultiNodeConfig.
@ -201,4 +200,4 @@ thread. This also means that you shouldn't use them from inside an actor, a futu
## Configuration
There are several configuration properties for the Multi-Node Testing module, please refer
to the @ref:[reference configuration](general/configuration.md#config-akka-multi-node-testkit).
to the @ref:[reference configuration](general/configuration.md#config-akka-multi-node-testkit).