Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit d9edab8

Browse files
PowerKiKiThomasBurleson
authored andcommitted
fix(docs): restore images within links
Images were not visible on the wiki
1 parent 71e2dae commit d9edab8

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

docs/documentation/fxFlex-API.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,11 @@ Shown below is an example of a non-trivial layout using various **fxFlex** optio
8181

8282
#### Source Code:
8383

84-
<a href="https://github.com/angular/flex-layout/blob/master/src/demo-app/app/stack-overflow/columnSpan.demo.ts#L23" target="_blank">
85-
![screen shot 2016-12-16 at 1 05 45 pm](https://cloud.githubusercontent.com/assets/210413/21274996/6b640f8a-c390-11e6-87ac-ca85eb6c3983.png)
86-
</a>
84+
[![screen shot 2016-12-16 at 1 05 45 pm](https://cloud.githubusercontent.com/assets/210413/21274996/6b640f8a-c390-11e6-87ac-ca85eb6c3983.png)](https://github.com/angular/flex-layout/blob/master/src/demo-app/app/stack-overflow/columnSpan.demo.ts#L23)
8785

8886
#### Live Demo:
8987

90-
<a href="https://tburleson-layouts-demos.firebaseapp.com/#/stackoverflow" target="_blank">
91-
![screen shot 2016-12-16 at 1 00 51 pm](https://cloud.githubusercontent.com/assets/210413/21274826/bc8553f2-c38f-11e6-8188-bc7fd36026c2.png)
92-
</a>
93-
88+
[![screen shot 2016-12-16 at 1 00 51 pm](https://cloud.githubusercontent.com/assets/210413/21274826/bc8553f2-c38f-11e6-8188-bc7fd36026c2.png)](https://tburleson-layouts-demos.firebaseapp.com/#/stackoverflow)
9489

9590

9691
### Additional fxFlex Stylings
@@ -181,13 +176,11 @@ manifest layout issues.
181176
Developers should consult the **[Known Issues](http://caniuse.com/#feat=flexbox)** and the
182177
[Resources](http://caniuse.com/#feat=flexbox) sections.
183178

184-
<a href="http://caniuse.com/#feat=flexbox" target="_blank">
185-
![caniuseflexbox](https://cloud.githubusercontent.com/assets/210413/21288118/917e3faa-c440-11e6-9b08-28aff590c7ae.png)
186-
</a>
179+
[![caniuse](https://cloud.githubusercontent.com/assets/210413/21288118/917e3faa-c440-11e6-9b08-28aff590c7ae.png)](http://caniuse.com/#feat=flexbox)
187180

188181
Developer's seeking details on FlexBox should
189182
* Review [CSS-Tricks - A Guide to FlexBox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/), or
190183
* Play with the online [Flex-Layout Demos](https://tburleson-layouts-demos.firebaseapp.com/#/docs)
191184

192185
[fxFlex]: https://github.com/angular/flex-layout/blob/master/src/lib/flexbox/api/flex.ts
193-
[FlexDirective]: https://github.com/angular/flex-layout/blob/master/src/lib/flexbox/api/flex.ts#L65-L67
186+
[FlexDirective]: https://github.com/angular/flex-layout/blob/master/src/lib/flexbox/api/flex.ts#L65-L67

0 commit comments

Comments
 (0)