Fix markdown styling
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -283,14 +283,14 @@ long as they adhere to the contract established by an
|
||||
implementation they want.
|
||||
|
||||
The figure below shows the relationship between
|
||||
<span style="color: #82b366">different Apps</span>, that provide
|
||||
<span style="color: #6c8ebf">different implementations</span> of the
|
||||
<span style="color: #9673a6">FooApi</span>.
|
||||
<span style="color: #d6b656">Components</span> within Plugins then access the
|
||||
<span style="color: #9673a6">FooApi</span> via the
|
||||
<span style="color: #b85450">fooApiRef</span>.
|
||||
<span class="textGreen" className="textGreen">different Apps</span>, that provide
|
||||
<span class="textBlue" className="textBlue"> different implementations</span> of the
|
||||
<span class="textPurple" className="textPurple"> FooApi</span>.
|
||||
<span class="textYellow" className="textYellow"> Components</span> within Plugins then access the
|
||||
<span class="textPurple" className="textPurple"> FooApi</span> via the
|
||||
<span class="textRed" className="textRed"> fooApiRef</span>.
|
||||
|
||||
<div style="text-align:center">
|
||||
<div className="textAlignCenter" class="textAlignCenter">
|
||||
<img src="../assets/utility-apis-fig1.svg" alt="Figure showing the relationship between utility APIs, the apps that provide them, and the plugins that consume them" />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user