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>
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ The assets below are all in `.svg` format. Other formats are available in the
|
||||
</a>
|
||||
|
||||
<a href="https://backstage.io/logo_assets/svg/Logo_Black.svg">
|
||||
<img src="https://backstage.io/logo_assets/svg/Logo_Black.svg" width="600" style="background-color:white" />
|
||||
<img src="https://backstage.io/logo_assets/svg/Logo_Black.svg" width="600" className="logoWhite" class="logoWhite" />
|
||||
</a>
|
||||
|
||||
## Backstage icon
|
||||
@@ -37,6 +37,6 @@ The assets below are all in `.svg` format. Other formats are available in the
|
||||
<img src="https://backstage.io/logo_assets/svg/Icon_Gradient.svg" width="180" height="180" />
|
||||
</a>
|
||||
<a href="https://backstage.io/logo_assets/svg/Icon_Black.svg">
|
||||
<img src="https://backstage.io/logo_assets/svg/Icon_Black.svg" width="180" height="180" style="background-color:white" />
|
||||
<img src="https://backstage.io/logo_assets/svg/Icon_Black.svg" width="180" height="180" style={{"background-color":"white"}} />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user